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 Need Macro to take me to a different tab to specific cell

Sub Macro1()
Application.Goto Reference:=Worksheets("Sheet3").Range("Z100"), scroll:=True
End Sub

--
Gary''s Student - gsnu200784


"Don Lowe" wrote:

I need to create a Macro to take me to a different tab with a specific cell
within that tab being at the top left hand corner.