Forum Discussion

dfontanesi's avatar
dfontanesi
Contributor
13 years ago

Find text on a page, even if it's in an iframe

I'm using the following code from the sample in the help: Sub Test()   ' Obtains the Page object and the document   Set Pg = GetPage()   Set Doc = GetDoc(Pg)        ' Obtains t...