Hi,
I am using the Domino classes (COM object) in VBA … I can access emails (notesdocuments), but cannot work out how to extract the hyperlinks.
When I view “page source” in lotus notes, I can see everything (text and hyperlinks).
How to I access the “page source” through code (VBA)?
For the example below … that is what I see when I view “page source” in lotus notes.
CPG EYO Audit .xlsm [ Asbury Park - Home ]
I would like to put that entire text into a variable in VBA … any suggestions?
Subject: Take a look at NotesDXL in Domino Designer Help
That will give you the entire document in an XML format that you can then extract details from.
Subject: RE: Take a look at NotesDXL in Domino Designer Help
Thanks Carl … that worked a treat!
Subject: Extracting “Page Source” using VBA
Show us your VBA code. I.e., show how you are reading the messages.
-rich
Subject: RE: Extracting “Page Source” using VBA
Hi Rich … thanks for the offer to step through my code … but all sorted now, using the DXL export feature worked perfectly.