Move to a specific cell on exit of current

  • Thread starter Thread starter jafo1
  • Start date Start date
Private Sub Worksheet_Change(ByVal Target As Range)
Range("B3").Select
End Sub

Put this in the appropriate sheet module.
 
I want to enter a value in cell b1 then hit the enter key an
automatically move to cell d8
 
Back
Top