View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default 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.