Find tab

Salamullah

Board Regular
Joined
Mar 28, 2011
Messages
221
Dear experts,

I have excel file contained more than 100 Sheets "Tabs", is there any option to find specific tab instead of dragging the pointer ?

Regards
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

MARK858

MrExcel MVP
Joined
Nov 12, 2010
Messages
15,197
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Right click one of the navigation keys and you should get a dropdown with all the sheet's listed.
 
Upvote 0

Salamullah

Board Regular
Joined
Mar 28, 2011
Messages
221
Many thanks MARK858, it will be good if any option available same like finding any cell or word with ctrl+G and ctrl+F.
 
Upvote 0

MARK858

MrExcel MVP
Joined
Nov 12, 2010
Messages
15,197
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
As far as I know (top of my head) then you would need VBA to do that (using an input box) and I am only on my phone at present and so can't post code for that.
 
Upvote 0

Salamullah

Board Regular
Joined
Mar 28, 2011
Messages
221
ADVERTISEMENT
No hurry, when you get time please send code.
 
Upvote 0

My Aswer Is This

Well-known Member
Joined
Jul 5, 2014
Messages
19,343
Office Version
  1. 2021
Platform
  1. Windows
A Input Box script would work if you know the exact name of every sheet and want to enter that sheet name in an Input Box. Do you think that would work?
 
Upvote 0

MARK858

MrExcel MVP
Joined
Nov 12, 2010
Messages
15,197
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
A Input Box script would work if you know the exact name of every sheet and want to enter that sheet name in an Input Box

If that is a concern then you could populate a list box with the sheet names and use that (but then you might as well use the dropdown already described).
On my phone only for the rest of today so if anyone wants to contribute code in response to the OP etc. feel free.
 
Upvote 0

My Aswer Is This

Well-known Member
Joined
Jul 5, 2014
Messages
19,343
Office Version
  1. 2021
Platform
  1. Windows
If you have a "Master Sheet" where you are always navigating "from" we could put a ActiveX combobox on the sheet and you could choose what sheet you want to go to from the Combobox.
 
Upvote 0

Forum statistics

Threads
1,195,680
Messages
6,011,122
Members
441,586
Latest member
rodsin76

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
Top