Hi All,
I have a couple of large workbooks (don’t we all) and I’m getting sick of alt page up and alt page down (not to even mention the silly mouse). SOOOOO, anyone got any hints on useful workbook navigation – macro or otherwise would be useful.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Workbook Navigation (XP)
For a LARGE number of sheets, I have found that an INDEX sheet which has hyperlinks to each of the sheets works relatively well.
I had an (inherited) workbook with over 300 sheets that I KNEW how to fix but could not find the time to invest in revamp so I lived with it and made it easier to manipulate. Each sheet had from 2 – 6 crossreferences on the index sheet. Thes hyperlinks were alphabetized by code, Notebook#, product name, etc so from the index you could hyperlink to any sheet. Each sheet had a button to return to the index page.
Since the size of the index sheets can get large, I also grouped them and kept each group to be just 1 screen (no scrolling) and had buttons to go to various letters or other subgrouped “screen” on the index sheet.
Then I hid all the tabs so people did NOT even have to use the tabs at all.
Steve
For a LARGE number of sheets, I have found that an INDEX sheet which has hyperlinks to each of the sheets works relatively well.
I had an (inherited) workbook with over 300 sheets that I KNEW how to fix but could not find the time to invest in revamp so I lived with it and made it easier to manipulate. Each sheet had from 2 – 6 crossreferences on the index sheet. Thes hyperlinks were alphabetized by code, Notebook#, product name, etc so from the index you could hyperlink to any sheet. Each sheet had a button to return to the index page.
Since the size of the index sheets can get large, I also grouped them and kept each group to be just 1 screen (no scrolling) and had buttons to go to various letters or other subgrouped “screen” on the index sheet.
Then I hid all the tabs so people did NOT even have to use the tabs at all.
Steve
Tim
Since you know what sections, or what worksheets you visit the most, you can write some VBA code to take you there.
Try something like
Sub TakeMeThereCountryRoad()
Application.Goto Reference:=”Sheet2!” & Range(“B12”).Address(ReferenceStyle:=xlR1C1)
End Sub
If you don’t want to use code, try the F5 Goto with a bunch of Named Ranges. But again, this will take time to design the named ranges.
HTH
Wassim
Tim
Since you know what sections, or what worksheets you visit the most, you can write some VBA code to take you there.
Try something like
Sub TakeMeThereCountryRoad()
Application.Goto Reference:=”Sheet2!” & Range(“B12”).Address(ReferenceStyle:=xlR1C1)
End Sub
If you don’t want to use code, try the F5 Goto with a bunch of Named Ranges. But again, this will take time to design the named ranges.
HTH
Wassim
Try Navigator Utilities (at http://www.robbo.com.au[/url%5D). It has a Sheet Navigator which allows you to easily move between sheets, as well as showing hidden and protected sheets, and lots of other features. Also helps you to navigate around links and named ranges.
regards
Try Navigator Utilities (at http://www.robbo.com.au[/url%5D). It has a Sheet Navigator which allows you to easily move between sheets, as well as showing hidden and protected sheets, and lots of other features. Also helps you to navigate around links and named ranges.
regards
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.