View Single Post
  #2   Report Post  
Paga Mike Paga Mike is offline
Junior Member
 
Location: Lakehurst, NJ, USA
Posts: 19
Default

Quote:
Originally Posted by View Post
When I go to a Named Range, how is it possible that the Named Range will be positioned at cell A1.

Thanks
Easy with a macro:

Sub Macro1()
Application.Goto Reference:="alpha", Scroll:=True
End Sub