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...
Yeah, I was hoping for some sample code that accomplishes that. I tried to write a recursive routine that appends together all the text in all the child frames but I couldn't get it to work.