WD: COMMAND+SHIFT+UP/DOWN ARROW Doesn't Select ParagraphLast reviewed: February 3, 1998Article ID: Q118777 |
The information in this article applies to:
SYMPTOMSThe COMMAND+SHIFT+UP ARROW and COMMAND+SHIFT+DOWN ARROW shortcut key combinations do not select the entire paragraph if your insertion point is not at the end or beginning of the paragraph. This functionality differs from earlier versions of Word, where the entire paragraph would be selected regardless of where the insertion point was in the paragraph.
CAUSEThis behavior is by design of Microsoft Word; these shortcut combinations are used to extend the selection up or down beginning from the insertion point.
WORKAROUNDUse any of the following methods to select your paragraph.
Method 1Move your insertion point to the beginning of the paragraph and press COMMAND+SHIFT+DOWN ARROW or move your insertion point to the end of the paragraph and press COMMAND+SHIFT+UP ARROW.
Method 2Click three times in succession within a paragraph.
Method 3Click two times in the left margin next to the paragraph you want to select.
Method 4Create a macro and assign it to a shortcut combination or add it to the toolbar. The following sample macro applies to Word 6:
Sub Main Editgoto "\para" End SubMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://www.microsoft.com/supportnet/refguide/ |
Additional query words: extend select highlight paragraph up down macro
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |