Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I have a large file with 30 some tabs. what i want to do is hide
all the tabs except a contents tab and be able to unhide specific tabs based on which cell someone clicks in. I can do it by putting in this Sheets("NC-41282").Visible = True Sheets("NC-41282").Select But i have to do that for each NC-Number. what I am looking for is to do it so the vba knows whic sheet to open based on which cell is clicked. So cell B4 for example shows NC-41283. I wanted so when that cell is clicked the tab NC-41283 opens. C4 would be NC-41284 and so on. I am obviously not really adept at vba so any help would be appreciated. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using cell contents to link to other tabs | Excel Worksheet Functions | |||
Code to hide tabs based on input | Excel Discussion (Misc queries) | |||
Have code check cell contents on edit. | Excel Worksheet Functions | |||
Renaming tabs from particular cell contents | Excel Worksheet Functions | |||
Hide or unhide sheets based on cell | Excel Discussion (Misc queries) |