Pagescroll Command

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
 
G

Graham Mayor

That function should only be available in Print Layout view

Try
Application.Browser.Next
instead, which works in both views in Word 2003/2007


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top