Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I got this macro from this newsgroup (thank you) that
enables the user to move to selected cells by filling up the cell or use the tab key: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$C$2" Then Range("G4").Select If Target.Address = "$G$4" Then Range("C6").Select If Target.Address = "$C$6" Then Range("E6").Select 'Etc, etc, etc... End Sub However, if the active cells are already filled up and the operator uses the ENTER key to move to the next cell, it doesn't work. Let's say the active cell is C2 (previously filled-up). If you press enter, the active cell will be C3 instead of G4. Please help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple cells or columns are selected instead of selected cell or | Excel Discussion (Misc queries) | |||
Move selected Text/Numbers from Col D to Col A/B | Excel Discussion (Misc queries) | |||
Move only around selected cells?? | Excel Discussion (Misc queries) | |||
I just selected Move or Copy from Edit | Excel Discussion (Misc queries) | |||
highlight selected row permanently until u move out from the row | Excel Discussion (Misc queries) |