M
mikeburg
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
(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