Select a particular cell
Sub make_a_beeline()
Range("A8").Select
End Sub
--
Gary''s Student - gsnu200774
"ordnance1" wrote:
I need a macro that will go to cell A8 when run. So if I am down on row 3200
it will take me to cell A8 making that cell active and visable.
|