Z
zSplash
I have just selected a bookmark ("Here"). I want to see (in the window) the
selection/range. I have tried this code, unsuccessfully:
ActiveDocument.ActiveWindow.ScrollIntoView Selection.Range, True
I have also tried the following, but get an error, even though the bookmark
exists (thus, don't know if this would make the selection visible:
Application.ActiveDocument.GoTo what:=wdGoToBookmark, Name:="Here"
How do I make the current selection "be visible" in the document window?
TIA
selection/range. I have tried this code, unsuccessfully:
ActiveDocument.ActiveWindow.ScrollIntoView Selection.Range, True
I have also tried the following, but get an error, even though the bookmark
exists (thus, don't know if this would make the selection visible:
Application.ActiveDocument.GoTo what:=wdGoToBookmark, Name:="Here"
How do I make the current selection "be visible" in the document window?
TIA