Dear Friends![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column = 17 Then Range("E" & Target.offset(1,0).Row).Select End If End Sub
I have one simple task like when i move from column E to column q and press enter it
should go to the next row Eth column i wrote the macro but it is not working
plz help me to correct the macro
Bookmarks