S
Smallweed
I've set up an app in which the user moves through a Word document viewing
sections of text which have been named with bookmarks. My VBA code uses:
ActiveDocument.Bookmarks("mybookmark").Select
The problem is that this method of moving makes the screen scroll in such a
way to ensure the END of the bookmarked range is visible, rather than the
BEGINNING. My bookmarked sections (which can each include several pages of
text) have headings and it would be a lot better to be able to see them as
you move from bookmark to bookmark.
Any ideas? (We still use 2002/XP)
sections of text which have been named with bookmarks. My VBA code uses:
ActiveDocument.Bookmarks("mybookmark").Select
The problem is that this method of moving makes the screen scroll in such a
way to ensure the END of the bookmarked range is visible, rather than the
BEGINNING. My bookmarked sections (which can each include several pages of
text) have headings and it would be a lot better to be able to see them as
you move from bookmark to bookmark.
Any ideas? (We still use 2002/XP)