B
Bart
Hi,
I'm using the following code to process textboxes in a document:
For Each Boxt In TDoc.Shapes
With Boxt.TextFrame
If .HasText Then
' Some processing
End If
End With
Next
Now I need the number of the page on which the current textbox
resides.
How do I determine that pagenumber?
TIA!
Bart
I'm using the following code to process textboxes in a document:
For Each Boxt In TDoc.Shapes
With Boxt.TextFrame
If .HasText Then
' Some processing
End If
End With
Next
Now I need the number of the page on which the current textbox
resides.
How do I determine that pagenumber?
TIA!
Bart