WD: COMMAND+SHIFT+UP/DOWN ARROW Doesn't Select Paragraph

Last reviewed: February 3, 1998
Article ID: Q118777
The information in this article applies to:
  • Microsoft Word for the Macintosh, version 6.0, 6.0.1, 6.0.1a
  • Microsoft Word 98 Macintosh Edition

SYMPTOMS

The 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.

CAUSE

This behavior is by design of Microsoft Word; these shortcut combinations are used to extend the selection up or down beginning from the insertion point.

WORKAROUND

Use any of the following methods to select your paragraph.

Method 1

Move 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 2

Click three times in succession within a paragraph.

Method 3

Click two times in the left margin next to the paragraph you want to select.

Method 4

Create 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 Sub

Microsoft 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
shortcut
Keywords : kbmacroexample macword word6 kbprb
Version : MACINTOSH:6.0,6.0.1,6.0.1a,98
Platform : MACINTOSH
Issue type : kbprb
Solution Type : kbworkaround


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 3, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.