P
Peter
Hello guys:
I have a macro to deal with text inside a text box (it copies the text from
textframes into a table). See its beginning:
-------------
For i = 1 To ActiveDocument.Shapes.Count
With ActiveDocument.Shapes(i)
If .TextFrame.HasText Then
----------------
....and it works fine.
Now, I have OCRed a document and I have text inside Frames (they are not
text boxes).
How can I find those Frames? That is, now I want to find text inside frames,
and not inside "TextFrames."
Any help is welcome.
Thank you,
Peter
I have a macro to deal with text inside a text box (it copies the text from
textframes into a table). See its beginning:
-------------
For i = 1 To ActiveDocument.Shapes.Count
With ActiveDocument.Shapes(i)
If .TextFrame.HasText Then
----------------
....and it works fine.
Now, I have OCRed a document and I have text inside Frames (they are not
text boxes).
How can I find those Frames? That is, now I want to find text inside frames,
and not inside "TextFrames."
Any help is welcome.
Thank you,
Peter