K
Kurtis
I created a command that automatically scrolls down one full page. The code
is below. It works great in Print Layout but didn't work in Normal view.
However, when I tried the same command at my pc at home, it did work in both
Normal and Print Layout. Has anyone come across this issue? Any help would be
greatly appreciated.
ActiveWindow.ActivePane.PageScroll Down:=1
End Sub
is below. It works great in Print Layout but didn't work in Normal view.
However, when I tried the same command at my pc at home, it did work in both
Normal and Print Layout. Has anyone come across this issue? Any help would be
greatly appreciated.
ActiveWindow.ActivePane.PageScroll Down:=1
End Sub