Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel - Button to go to a certain sheet

Tags:

People also ask

How do I navigate to another sheet in Excel?

Or simply follow these steps to switch between sheets in the workbook: In order to move one sheet to the right, hold down Ctrl, then press the PgDn key. To keep moving to the right, press the PgDn key again. In order to move back or one sheet to the left, hold down Ctrl, then press the PgUp key.

What is the shortcut key to jump to another sheet in Excel?

1. Use the keyboard shortcuts CTRL + PAGE UP and CTRL + PAGE DOWN. These keyboard shortcuts are probably the quickest and easiest way to move between sheets in Excel. Simply press CTRL + PAGE UP to move to the previous sheet, or CTRL + PAGE DOWN to move to the next sheet.


I'm trying to create a button to take me to my Index sheet. I know how to do it using a macro or a hyperlink, but my users aren't 'smart' users and will be calling me all day if I use macros.

Does anyone know how I could solve this, besides using a hyperlink? I was thinking of a button with a hyperlink, but haven't found a way to do it!

Thank you! :)