CTRL + Arrow Up or Arrow Down

D

Dan Cross

How can I get Word (using XP) to go down thru a document using CTRL + Arrow
Up or Arrow Down and not have it "read" the autoformat characters?

Thanks
- Dan
 
C

Cindy M -WordMVP-

Hi Dan,
How can I get Word (using XP) to go down thru a document using CTRL + Arrow
Up or Arrow Down and not have it "read" the autoformat characters?
I'm sorry, I just can't figure out to what you're referring when you say
"read the autoformat characters"?

And, as long as we're asking for more information: Version of Word, please?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
L

LS

Hi - if I understand correctly, it is (possibly) stopping
at a number/letter then going to the first character of
text? If so, the following 2 macros should do it. Copy
them to your normal.dot template.

Sub DownPara()
Selection.MoveDown Unit:=wdParagraph, Count:=1
End Sub

Sub UpPara()
Selection.MoveUp Unit:=wdParagraph, Count:=1
End Sub

Then assign these macros to keyboard shortcut for
Control+Up or Control+Down
 

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