Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Help. Working on some simple sheet VBA code to: (1) skip over a cell from the cell above using enter, tab, or arrow and (2) skip over a cell from the cell below using the up arrow I have the following code that works from above: 'SECTION TO JUMP FROM CELL F16 TO G 19 (skip F17:G18) If Target.Address = "$F$17:$G$18" Then Target(3, 2).Select Can someone help me add the code to skip cells F17:G18 when I up arrow from the cell below? Thanks, mikeburg -- mikeburg ------------------------------------------------------------------------ mikeburg's Profile: http://www.excelforum.com/member.php...o&userid=24581 View this thread: http://www.excelforum.com/showthread...hreadid=473427 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why does my tab key skip to next page instead of next cell | Excel Discussion (Misc queries) | |||
Skip cell if X nonexistent, populate next cell | Excel Discussion (Misc queries) | |||
skip to next cell if no value is found | Excel Discussion (Misc queries) | |||
Skip a cell that contains data | Excel Worksheet Functions | |||
Skip a cell | Excel Programming |