Table of Contents Hover Buttons

pzamory

Board Regular
Joined
May 2, 2002
Messages
137
I have scoured You Tube, etc. and can't find a decent, easy-to-follow, tutorial on how to create nice looking hover buttons for the main page of my spreadsheet. I would like to simply have users click on a button that takes them to another tab in the worksheet. If anyone knows of a useful tutorial, please pass it along. I'd be very grateful. Thanks
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
This was my favorite example for creating modern looking hover buttons.

 
Upvote 0
First, go to 'Insert' and choose 'Shapes' to create a button. Then, right-click the shape, select 'Assign Macro', and write a quick VBA script like Sheets("Sheet2").Select to link it to another tab. You can customize the button's look by right-clicking again, selecting 'Format Shape', and changing the color, adding effects, or setting a different color for when the mouse hovers. Excel doesn’t natively support hover effects, but using VBA, you can create simple interactions. Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,223,901
Messages
6,175,277
Members
452,629
Latest member
SahilPolekar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top