Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

VB Code For Taking a user to a named cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brady Finney - 10 Oct 2006 16:48 GMT
Hi,

I have a long table of contents for a large excel model.  I'd like to have a
button next to certain items, that when the user clicks the button, Excel
will take the user to that named Cell.  Can anyone tell me what VB code
would go in a command button to allow me to do this?

Any help would be huge, thank you.

Brady
Earl Kiosterud - 10 Oct 2006 17:07 GMT
Brady,

You can do this using Insert - Hyperlink.  Place in this document.  No code
required for this solution.

Signature

Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------

> Hi,
>
[quoted text clipped - 7 lines]
>
> Brady
Don Guillett - 10 Oct 2006 17:45 GMT
Sub gotonamedcell()
Application.Goto Range("namedcell")
End Sub
Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

> Hi,
>
[quoted text clipped - 7 lines]
>
> Brady
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.