Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-27-2014, 04:11 AM
Joey Cheung Joey Cheung is offline Keystroke to jump the cursor to the next row directly Windows 7 64bit Keystroke to jump the cursor to the next row directly Office 2010 64bit
Novice
Keystroke to jump the cursor to the next row directly
 
Join Date: Aug 2014
Posts: 10
Joey Cheung is on a distinguished road
Default Keystroke to jump the cursor to the next row directly

Hi everyone,

In a word table, I know that Alt + Up arrow and Alt + Down arrow will move the cursor to the right and left cell respectively.

Wondering is there any keystroke that can jump the cursor to the cell below (i.e. next row) directly even when there is multiple lines in a cell?

Coz when there is multiple lines in a cell, the down arrow/ up arrow would only allow me to jump to the next line within the same cell rather than jumping to the cell of the next row directly.



Thanks in advance!
Reply With Quote
  #2  
Old 08-27-2014, 07:01 AM
gmayor's Avatar
gmayor gmayor is offline Keystroke to jump the cursor to the next row directly Windows 7 64bit Keystroke to jump the cursor to the next row directly Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,106
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

If the cursor is at the start of a cell with multiple lines then as you have discovered the Down Arrow will move to the next row. The range of shortcuts for Word tables is:

TAB Next cell in a row
SHIFT+TAB Previous cell in a row
ALT+HOME First cell in a row
ALT+END Last cell in a row
ALT+PAGE UP First cell in a column
ALT+PAGE DOWN Last cell in a column
UP ARROW Previous row
DOWN ARROW Next row

You could always assign a keyboard shortcut to a macro e.g.

Code:
Sub MoveDownARow()
Dim oRng As Range
    If Selection.Information(wdWithInTable) Then
        Set oRng = Selection.Cells(1).Range
        oRng.End = oRng.End - 1
        oRng.Collapse wdCollapseEnd
        oRng.Select
        Selection.MoveDown Unit:=wdLine, Count:=1
    End If
End Sub
http://www.gmayor.com/installing_macro.htm
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
All bullets jump to next page Dr Wu Word 4 04-15-2013 06:55 PM
Keystroke to jump the cursor to the next row directly Hidden text causes cursor to jump around Jennifer Murphy Word 8 04-02-2013 08:16 AM
Keystroke to jump the cursor to the next row directly Jump to a Task JimS-Indy Project 1 04-13-2012 11:34 AM
Keystroke to jump the cursor to the next row directly Keystroke for A1 eliz.bell Excel 1 06-11-2010 09:06 PM
Keystroke to jump the cursor to the next row directly How to Jump Back and Forth? jjudson PowerPoint 1 08-02-2009 12:04 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:13 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft