B
Brian Bergstrom
Greetings;
I have some VBA that locates obects on a page and returns the
Selection.Information(wdVerticalPositionRelativeToPage) for further
processing.
I have noticed that if my selection is in a nested table, then
Selection.Information(wdVerticalPositionRelativeToPage) seems to return
the distance from the top of the inner table, and not the top of the
page as wdVerticalPositionRelativeToPage. You can notice the same thing
by watch the "At:" field on Word's bottom toolbar, when you enter a
nested table the field will claim you are higher that you are.
So, is there a way to get the valid vertical page information in nested
tables?
Thanks,
--Brian
I have some VBA that locates obects on a page and returns the
Selection.Information(wdVerticalPositionRelativeToPage) for further
processing.
I have noticed that if my selection is in a nested table, then
Selection.Information(wdVerticalPositionRelativeToPage) seems to return
the distance from the top of the inner table, and not the top of the
page as wdVerticalPositionRelativeToPage. You can notice the same thing
by watch the "At:" field on Word's bottom toolbar, when you enter a
nested table the field will claim you are higher that you are.
So, is there a way to get the valid vertical page information in nested
tables?
Thanks,
--Brian