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
Cindy M -WordMVP- - 20 May 2004 14:43 GMT
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 :-)
LS - 20 May 2004 21:50 GMT
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
>-----Original Message-----
>How can I get Word (using XP) to go down thru a document using CTRL + Arrow
[quoted text clipped - 4 lines]
>
>.
Dan Cross - 24 May 2004 21:11 GMT
Thanks! That worked perfectly.
Thanks again.
Dan
> Hi - if I understand correctly, it is (possibly) stopping
> at a number/letter then going to the first character of
[quoted text clipped - 21 lines]
> >
> >.