Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello from Steved
Please how can I add a piece of code to below that will allow me to do 2 data entries skip a column then carry on inputing until I reach the last Colum which is K:\ I thankyou for looking at my issue. Private Sub Worksheet_Change(ByVal Target As Range) If Intersect(Target, Range("K:K")) Is Nothing Then Exit Sub End If If down Then Target.Offset(1, 0).Select Else n = Target.Row + 1 Range("C" & n).Select End If down = Not down End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
want to automatically skip certain cells when you hit enter | Excel Worksheet Functions | |||
Macro to select cells in column enter data then press enter | New Users to Excel | |||
skip checkbox to next tab with "enter" | New Users to Excel | |||
Is there a way to skip over fields when I press the ENTER key? | Excel Discussion (Misc queries) | |||
Is it possible to set the enter and arrow keys to skip locked cel | Excel Discussion (Misc queries) |