![]() |
|
#1
|
|||
|
|||
|
Is there a shortcut command to skip to the next sentence? Or do I have to figure out how to create a macro for that (ick). I have looked everywhere for the command to skip to next sentence, but I can't seem to find it anywhere..... Thanks for any and all ideas! Moreenz
|
|
#2
|
||||
|
||||
|
Hi Moreenz,
There is no shortcut key combo for this. However, you could assign the following macro to a shortcut key combo: Code:
Sub NextSentence() Selection.MoveEnd wdSentence, 1 Selection.Collapse wdCollapseEnd End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Thanks!
I will go and figure out where to put that macro that you created for me! I appreciate your time and your help! moreenz
|
|
#4
|
||||
|
||||
|
Hi Moreenz,
You'd add the code to either a new code module or the 'ThisDocument' of your 'Normal' template. For further instructions, see: http://www.gmayor.com/installing_macro.htm
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Footer to Start on Page 1 - skip TOC | SQLUSA | Word | 4 | 08-12-2012 11:36 AM |
skip duplicate letters
|
karen h | Mail Merge | 10 | 03-23-2011 08:37 AM |
| How to skip the credential checking step | charleslt1900 | Outlook | 2 | 08-19-2010 04:02 PM |
| I want to lock a sentence in Word | smorkette | Word | 1 | 02-06-2010 12:57 AM |
| Changing Sentence Spacing | Stan Minasian | Word | 3 | 10-14-2009 11:36 PM |