How do I create "push buttons" in Excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create push buttons in Excel. (Hyperlinks, maybe?) It is a
button that can be pushed to direct the user to a different worksheet in the
same file.
 
Use the HYPERLINK function to place a hyperlink in the file.

If you want a button instead of a hyperlink, you can create a macro which
you then assign to a button.

Dave
 
Use the HYPERLINK function to place a hyperlink in the file.

If you want a button instead of a hyperlink, you can create a macro which
you then assign to a button.

Dave
 
From the Drawing Toolbar select any shape you want.

I will select the rectangle tool.

Draw a rectangle on your sheet and right-click onit and "Hyperlink".

Choose from "place in this document" and OK.

Right-click again and "Add text" to the shape.


Gord Dibben MS Excel MVP
 
From the Drawing Toolbar select any shape you want.

I will select the rectangle tool.

Draw a rectangle on your sheet and right-click onit and "Hyperlink".

Choose from "place in this document" and OK.

Right-click again and "Add text" to the shape.


Gord Dibben MS Excel MVP
 

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

Back
Top