Show Specific Sheets in Excel With Drop Down List

  Рет қаралды 69,701

Contextures Inc.

Contextures Inc.

Күн бұрын

Пікірлер: 48
@titassaha8657
@titassaha8657 3 жыл бұрын
Thankyou so much. This was very helpful. I just have one question. For the ShowSelSheets macro, if I want to make both Menu and Instructionsheet visible?
@contextures
@contextures 3 жыл бұрын
In the macro, change this line If ws.Name "Menu" Then to this: If ws.Name "Menu" And ws.Name "Instructions" Then
@Batrider21renz
@Batrider21renz 4 жыл бұрын
Thanks for the brilliant guide. Just a question, how do i input in macro to select that particular sheet after unhiding it?
@Darasundaro
@Darasundaro 6 ай бұрын
could you make full video, from start to the end, I do not understand how you me selectType list
@tr3ndkiller
@tr3ndkiller 6 жыл бұрын
Thank you! I've been looking for something like this for ages.
@432vova
@432vova 3 жыл бұрын
2021 still relevant
@vathsovanna339
@vathsovanna339 3 ай бұрын
How to show two sheets in this code ?
@Sara.F90
@Sara.F90 2 жыл бұрын
Hello :) Amazing Video, i just have a quick question! So I need the sheets to be as per the weeks. so when I insert Week 1, It also shows Week 10, 11, 12 etc... as the number 1 is included in all of these number. Is there a workaround to avoid this ?
@nikita9930
@nikita9930 Жыл бұрын
If i want to open multiple worksheets by drop down ,how to achieve that ?
@emilyhudson198
@emilyhudson198 3 жыл бұрын
Great video thanks. In my file, I have worksheet tabs, but also tabs containing stand alone charts. The macro throws an error when I have chart tabs currently, as the are mot considered worksheets - could you advise on how to change the macro so I can bring up certain worksheets and charts? Any assistance you can provide on this would be much appreciated.
@contextures
@contextures 3 жыл бұрын
Thanks for your question, Emily. I've added a new sample file on the instruction page, and you can find it in the download section (Single Menu-Charts) www.contextures.com/excelworksheetsshow.html
@ravinderreddi
@ravinderreddi Жыл бұрын
Amazing but I am getting complier error at below line. If InStr(1, ws.Name, strType) > 0 Then
@robotdream8355
@robotdream8355 3 жыл бұрын
Hi nice explanation! I am getting error Sub or function not defined (in sellected area ShowAllSheets)
@joelamaral1408
@joelamaral1408 7 жыл бұрын
what if i have two drop down list..and besides menu sheet visible, what if menu sheet and instructions sheet both of these make two sheets make visible?what should i type or add in macro? thx..
@bronzeaccount9035
@bronzeaccount9035 5 жыл бұрын
Is something like this possible but with certain excel tables? I mean, that I would choose a value in the dropdown list and it would show me a certain table, that was not visible before.
@claudiomacamo1396
@claudiomacamo1396 7 жыл бұрын
Hallo. I have written a macro to automatically add and rename worksheets by clicking a button in a Userform. I want the combo box in the Userform to automatically add worksheets names in the dropdown list when I create them so that I can run the macro to hide or unhide the selected sheet from the combo box drop down list. How can I do it?
@AidanMadden
@AidanMadden 6 жыл бұрын
Thank you but your corresponding zip file does not open. I can open your other zip files but not the one I need for this.
@contextures
@contextures 6 жыл бұрын
Thanks Aidan, and I just tested it in Firefox, and the file opened. Could you try the download again? Occasionally a file gets corrupted while downloading.
@AidanMadden
@AidanMadden 6 жыл бұрын
Contextures Inc. Thank you..I was using chrome. Will try again. Thanks again..Very helpful video.
@amarachannel4996
@amarachannel4996 5 жыл бұрын
Hi, I know this is an old post but really handy macro code. Anyways, what if the worksheets are protected and would like to unprotect them when I selet sheet type/list? Been searching for specific code but no luck. hope you can still help me or any one there have idea. Thanks.
@contextures
@contextures 5 жыл бұрын
Raymond, you can add a line near the top of the "For Each ws" section, to unprotect, then another line near the end, to protect again. ws.Unprotect Password:="yourpwd" other code here ws.Protect Password:="yourpwd"
@MB-ye6gt
@MB-ye6gt 4 жыл бұрын
@@contextures Thank you for this lesson - really helpful for large workbooks - could you please add Workbook protection and Worksheet protection code - I have tried your suggestion - first part works to select sheet event, but, when clicking ALL - I receive an error - Thanks M
@mohammednoufal1064
@mohammednoufal1064 4 жыл бұрын
Thank you for this video,.. Everything I had done good, but when i am select " ALL", it doesn't shows all tabs. please assist me to overcome this?
@darrenchong1407
@darrenchong1407 4 жыл бұрын
when you click "view code", there is a space in front of the " All" .. Just remove the space and it works
@yasirirfan7
@yasirirfan7 7 жыл бұрын
Please let me know how i can jump from one sheet to another sheet quickly. for example for sheet A to Sheet Z..
@martinpaulbannister1745
@martinpaulbannister1745 4 жыл бұрын
Right click on arrow, worksheets will appear
@es1022801
@es1022801 7 жыл бұрын
A great video. I followed the instructions and can see all the tabs or none of the tabs but cannot select individual tabs to view. I compared my macros with the macros in UF0034 and they are identical except for the tab names. What am I doing wrong?
@contextures
@contextures 7 жыл бұрын
Thanks, Eric. On the Admin_Lists sheet, do the entries exactly match the text you're looking for in the sheet names, including upper and lower case?
@es1022801
@es1022801 7 жыл бұрын
I got it to work, very nice. I really don't know anything about VBA but this helped a lot. Thanks!
@contextures
@contextures 7 жыл бұрын
Great! Thanks for letting me know that it's working now.
@roseanneqiu57
@roseanneqiu57 5 жыл бұрын
thanks for the video! I am wondering if I want the sheet dropdown list in a main sheet(once I open the file, main sheet always is active sheet), dropdown list includes all other sheets, once I select one sheet from the dropdown sheet(main sheet), I would like that sheet is active sheet, so I could edit it . for example, I have 5 sheets , from the dropdown list on main menu, I could see 5 sheets' name as sheet1, sheet2,...., if I select sheet1, the active sheet will become sheet1, so I could edit any data on the sheet1. from the each sheet#, I could also go back to make sheet which has dropdown sheet list. same thing, once I get one sheet, there is dropdown list for different areas, I could select any area to process. ... thanks rose
@WafyaNassar
@WafyaNassar 7 ай бұрын
did u find answer for what u are looking for?
@krishnajagadeesh6307
@krishnajagadeesh6307 5 жыл бұрын
Please send this download file
@Pxffysharkz
@Pxffysharkz 5 жыл бұрын
Mine is not even firing... not sure what am I doing wrong...
@mysteryrgo
@mysteryrgo 5 жыл бұрын
The video missed 2 VERY important steps! I watched it 4 times just to make sure I was not missing them. On the Admin_Lists tab: You need to name the table you created as SheetTypes. To give the table the name, select all of the options you currently have (except the header), and where it shows Table1, type the name SheetTypes. On the Menu tab: Select cell C3 as this is where the Data Validation List will be and name it SelectType. Click on Data on the top and select the Data Validation option. Make sure you have the Allow set to List and type =SheetTypes as the Source. Click Ok
@jennlaurenlong11
@jennlaurenlong11 5 жыл бұрын
Does anyone know if there's a way to do this in Google Sheets?
@mysteryrgo
@mysteryrgo 5 жыл бұрын
Google Sheets uses a completely different type of coding - one which I am not familiar with. Sorry. Perhaps you can find a GAS message board and see if they can help Reddit has an excel sub but I'm not sure if they have a google sheet sub, but check it out and you might get lucky
@mohamadsiddeek7912
@mohamadsiddeek7912 6 жыл бұрын
Siddeek from KSA, Please help me in this movement so this will help for many of them. I hope In Excel VBA can do that when ever opening excel application there has to open user form that user form consist Name ID No and login time while finishing work logout time has to enter automatically in a specific folder. further all the details should be hidden only allowed to see supervisor and that folder has to consist a password as well and the sheet has to be veiled I hope you won't distinguish this request Thank and God bless you Siddeek
@justinreed1388
@justinreed1388 6 жыл бұрын
I really appreciate this. thanks!
@jonathandomingo359
@jonathandomingo359 7 жыл бұрын
good, simple and informative
@contextures
@contextures 7 жыл бұрын
Thank you!
@unisoft5956
@unisoft5956 7 жыл бұрын
Very handy tip
@contextures
@contextures 7 жыл бұрын
Thank you, sartaj!
@rnunez047
@rnunez047 7 жыл бұрын
Muchas gracias , súper claro y útil...
@contextures
@contextures 7 жыл бұрын
You're welcome, Rafael!
@nuhzakir8896
@nuhzakir8896 8 жыл бұрын
thanks for the sharing.
@johnyuhaschek5815
@johnyuhaschek5815 8 жыл бұрын
I'm looking to unhide sheets in Excel using an Input Box instead of the Drop-down list. Below is the code I have so far, however I want to modify the macro to use an Input Box to choose the specific text to look for. Can someone point me in the direction either to a video or open-source code? Sub Unhide_Sheets_Containing() Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets If InStr(ws.Name, "pivot") > 0 Then ws.Visible = xlSheetVisible End If Next ws End Sub
@contextures
@contextures 7 жыл бұрын
This code would prompt you to enter text: Sub Unhide_Sheets_Containing() Dim ws As Worksheet Dim MyText As String MyText = InputBox("What text?", "Enter Text") For Each ws In ActiveWorkbook.Worksheets If InStr(UCase(ws.Name), UCase(MyText)) > 0 Then ws.Visible = xlSheetVisible End If Next ws End Sub
Show Excel Sheets With Selected Tab Color
13:01
Contextures Inc.
Рет қаралды 9 М.
Create SMART Drop Down Lists in Excel (with Data Validation)
15:42
Leila Gharani
Рет қаралды 907 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Excel VBA - Hide sheets based on drop down values in excel cell
4:12
Antriksh Sharma
Рет қаралды 13 М.
Hide Multiple Sheets in Excel VBA - ExcelVbaIsFun Quick Tips
6:16
ExcelVbaIsFun
Рет қаралды 44 М.
How To Hyperlink to a Hidden Worksheet - Excel VBA
14:42
Computergaga
Рет қаралды 63 М.
List of Worksheets in a Drop Down
17:00
Excel University
Рет қаралды 14 М.
Link Every Worksheet to a Master Sheet - Excel Organization Tips
5:21
Anser's Excel Academy
Рет қаралды 132 М.
Hide/Show Sheets in Excel VBA Macro | Activate Sheets
6:03
Caleb Pecue
Рет қаралды 10 М.
Excel Formula to List All Sheet Tab Names and include Hyperlinks
11:28
MyOnlineTrainingHub
Рет қаралды 112 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19