A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

CTRL + Arrow Up or Arrow Down



 
 
Thread Tools Display Modes
  #1  
Old May 19th, 2004, 03:26 PM
Dan Cross
external usenet poster
 
Posts: n/a
Default CTRL + Arrow Up or Arrow Down

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


  #2  
Old May 20th, 2004, 02:43 PM
Cindy M -WordMVP-
external usenet poster
 
Posts: n/a
Default CTRL + Arrow Up or Arrow Down

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 :-)

  #3  
Old May 20th, 2004, 09:50 PM
LS
external usenet poster
 
Posts: n/a
Default CTRL + Arrow Up or Arrow Down

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
Up or Arrow Down and not have it "read" the autoformat

characters?

Thanks
- Dan


.

  #4  
Old May 24th, 2004, 09:11 PM
Dan Cross
external usenet poster
 
Posts: n/a
Default CTRL + Arrow Up or Arrow Down

Thanks! That worked perfectly.

Thanks again.
Dan

"LS" wrote in message
...
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
Up or Arrow Down and not have it "read" the autoformat

characters?

Thanks
- Dan


.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:58 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.