Move to a specific cell on exit of current

E

Earl Kiosterud

Private Sub Worksheet_Change(ByVal Target As Range)
Range("B3").Select
End Sub

Put this in the appropriate sheet module.
 
J

jafo1

I want to enter a value in cell b1 then hit the enter key an
automatically move to cell d8
 
Top