To specify a macro to go to a specific range you can use the Goto method. Here I have already named a range in my worksheet called "Sales". You may also use an alternative method ie the Range select method. Naming a range in excel is recommended rather than specifying an absolute cell reference.
Sub GoHere()
Application.Goto Reference:="Sales" OR Range("Sales").Select
End Sub
Regards,
Praveen KVC
10 January 2010
Saturday, January 9, 2010
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment