Creating navigation buttons on a worksheet

R

ryan_dude

Hi
I'm trying to link togethor different pages on excel so i can navigate to
them from each page.

Also does anyone know how to create a drop down menu in excel?

Many Thanks in advance

Ryan
 
D

Dave Peterson

Maybe by using a hyperlink:
Insert|hyperlink
or
using the =hyperlink() worksheet function:

David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)
 
C

CLR

You can create Navigation buttons by using Drawing Objects and assigning
recorded macros to them.
One way to get a drop down list is to use the Data > Validation
feature........
If you need assistance with either of these, post back and someone will help.

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top