Thread
:
Go To a Named Range
View Single Post
#
2
Paga Mike
Junior Member
Location: Lakehurst, NJ, USA
Posts: 19
Quote:
Originally Posted by
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
Reply With Quote
Paga Mike
View Public Profile
Send a private message to Paga Mike
Find all posts by Paga Mike