Hide Multiple Sheets in Excel VBA - ExcelVbaIsFun Quick Tips

  Рет қаралды 43,580

ExcelVbaIsFun

ExcelVbaIsFun

Күн бұрын

📊 Free Workbooks: www.excelvbais...
🥷Join Excel Ninja Pro: www.excelvbais... Months FREE On Annual Plan Auto Applied)
🥷Excel Ninjas FB Group: www.excelvbais... (Free downloads, Trainings, Live Q&A and more)
Learn how to hide multiple excel worksheets using a quick VBA snippet. Super easy!
Fantastic Developer Tools:
🔒 Transform Any Excel File Into A Locked EXE: www.excelvbais... (25% off with code ‘25OFF’)
🟡 Create Custom Installers: www.excelvbais...
👋 Business Inquiries, Consulting, Comments, etc: www.excelvbais...

Пікірлер: 37
@TheCyberjunky
@TheCyberjunky 6 жыл бұрын
Hi Dan Thanks for the video I am a little lost in the VBA formulas and I think I have a much more complicated scenario. So I have a main sheet and about 6 sheets (Tabs) I need to hide all at the same time if nothing is selected in my drop-down menu. When I choose an item from the menu I only want the sheet referenced in the drop-down menu to appear. This is true for each of the drop-down menus. lets make it easier, I have 2 drop down menu and each menu should only reference 5 sheets per drop-down menu. drop-down menu 1 - references 5 sheets (Sheet 2, 3, 4, 5, 6) - Pens, erasers, paper, toner, rulers drop-down menu 2 - references 5 sheets (Sheet 7, 8, 9, 10, 11) - Coffee, Tee, Soda, Hot Chocolate, milk So to explain if I select Pens from my drop-down on my main sheet all the other sheets must stay hidden except for the sheet named Pens. And like wise for the 2nd drop-down, when I select Soda then all the sheets should stay hidden except for Soda. However I want to now be able to see only 3 sheets, the main sheet, the Pens sheet and the Soda sheet and all other sheets should still remain hidden.... Question how do I achieve this in VBA. I have been looking at all kinds of suggestions today and I can make it hide all the sheets, and display one sheet however when I select another sheet it a) either does not hide the fist sheet and displays the send selected sheet or the formula returns an error. Are you able to assist or guide me to a place on the when where I can get more info on VBA please. I can also send you the actual workbook if you wanted to take a look at what I am trying to achieve.
@MySpreadsheetLab
@MySpreadsheetLab 7 жыл бұрын
Thanks for the video Dan!
@eCabinetstipsandtricks
@eCabinetstipsandtricks 7 жыл бұрын
Hi, Dan. It has been a while. It is good to hear from you. I hope you and your family are doing well
@ExcelVbaIsFun
@ExcelVbaIsFun 7 жыл бұрын
Hi Scott! Great to hear from you as well! I apologize for the 'sabbatical', but I'm glad to be back. Thanks!
@krn14242
@krn14242 7 жыл бұрын
Thanks Dan. Long time since you made a video. Hope all is well.
@ExcelVbaIsFun
@ExcelVbaIsFun 7 жыл бұрын
Thanks, Kevin! All is well, busy as ever, but glad to make some more videos if they will help the excel community! :) Hope you are super well also!
@excelisfun
@excelisfun 7 жыл бұрын
Awesome! Thanks for the video : )
@ExcelVbaIsFun
@ExcelVbaIsFun 7 жыл бұрын
ExcelIsFun, you are super duper awesome! Thanks, sir!!!
@cherubicchild5
@cherubicchild5 5 ай бұрын
​@ExcelVbaIsFun Can you please show how to hide show selected sheet in drop down list, and hiding non selected tabs.
@MohAboAbdo
@MohAboAbdo 5 жыл бұрын
Thank you very much for this great video and for this valuable information.
@angelbhaves1
@angelbhaves1 3 жыл бұрын
Hello, I am trying to hide sheets based on multiple drop-down selections. How would you go about this?
@MsBoolo
@MsBoolo 2 жыл бұрын
Awesome❤❤❤
@ExcelVbaIsFun
@ExcelVbaIsFun 2 жыл бұрын
Thanks!!
@saleemjco1278
@saleemjco1278 2 жыл бұрын
Thank you very much Nice Video . very help full Video .👍❤ Sir Kindly Help one more video how to Print Selected Multipal Hide Sheets in VBA Butten Please Help me Theanks
@timopheim5479
@timopheim5479 7 жыл бұрын
Hey Dan, any chance you have a video or can direct me to a video that shows how to make use of information in other excel files in excel vba to create a new file? I can do this by opening and closing them in a macro but I had heard there's a way that works without opening and closing workbooks
@relaxingmusicforall9568
@relaxingmusicforall9568 2 жыл бұрын
Hi! I have an question: it is possible for users to use the file simultaneously and to display each the visible sheets for their own user?
@lintamathew4960
@lintamathew4960 3 жыл бұрын
Hi is there any chance to hide in filter
@timothywaddell9788
@timothywaddell9788 5 жыл бұрын
Hey Dan thanks for the video very interesting, Im new to VBA what Im looking for is a way to hide unhide folders based on a letter or word on a seperate sheet its for a calendar if I right jan in cell a1 a January or and feb for a february worksheet now hiding January and all other workbooks? Thanks
@qwesdsadwds
@qwesdsadwds 7 жыл бұрын
Do we have any possibility to hide or veryhide every chosen list? So we can choose multiple lists and hide them at once.
@ExcelVbaIsFun
@ExcelVbaIsFun 7 жыл бұрын
Hi Zrbite0, I would make different macros that hide what you need as in this video, this way you can call whichever macro to do these things for you. Hope that makes sense. Thanks Dan
@zain1991
@zain1991 2 жыл бұрын
hi... i have tried to hide hyperlink sheets in vba. i have used this programming, dim shtName as string 'shtName = Target .Name shtName = left(Target .SubAddress, Instr (1, Target .SubAddress, "!" ) -1) Sheets (shtName) .Visible = xlSheetVisible Sheets (shtName) .Select but it is not working. it shows select some macros enabled files for this. please guide how to do this.
@ExcelVbaIsFun
@ExcelVbaIsFun 2 жыл бұрын
Hi there, not sure what you mean by 'it shows select some macros enabled files for this'. Can you elaborate please? Thanks
@zain1991
@zain1991 2 жыл бұрын
@@ExcelVbaIsFun excel shows a popup when i am trying to save vba code. It is Can’t save without any enabled macros. Or save as normal workbook. This is the popup shows
@ExcelVbaIsFun
@ExcelVbaIsFun 2 жыл бұрын
@@zain1991 Ok, I see. You need to save the file as a macro enabled file, so ending in .XLSM or .XLSB instead of normal .XLSX file. If this popup occurs, just tell it to cancel the save and do a File->Save As
@zain1991
@zain1991 2 жыл бұрын
@@ExcelVbaIsFun tried but didn’t work.. i have sent you an email kindly check and inform me where is the fault.
@zain1991
@zain1991 2 жыл бұрын
hi... i have tried to hide hyperlink sheets in vba. i have used this programming, dim shtName as string 'shtName = Target .Name shtName = left(Target .SubAddress, Instr (1, Target .SubAddress, "!" ) -1) Sheets (shtName) .Visible = xlSheetVisible Sheets (shtName) .Select
@ExcelVbaIsFun
@ExcelVbaIsFun 2 жыл бұрын
Hi Dr Zain, What do you mean hyperlink sheets? Does your code have errors or is it working as you wanted? thanks Dan
@zain1991
@zain1991 2 жыл бұрын
@@ExcelVbaIsFun i made buttons and hyperlinks other sheets with buttons on a single sheet in same workbook…. I am trying to hide linked sheets with vba. So after hide sheets my hyperlinks works properly…. But my code is not working. When i hit save in vba screen… pop up and error that without an macro enabled sheet can not save codes. And save as normal workbook…. Code i have shared already
@zain1991
@zain1991 2 жыл бұрын
@@ExcelVbaIsFun can i get your email plz so i can share you screenshot for more clear and easy for you to understand.
@ExcelVbaIsFun
@ExcelVbaIsFun 2 жыл бұрын
@@zain1991 Sure, let's use admin@excelvbaisfun.com Thanks Dan
@zain1991
@zain1991 2 жыл бұрын
@@ExcelVbaIsFun ok thank you
@cherubicchild5
@cherubicchild5 5 ай бұрын
@angelbhaves1 Did you figure it out? As I have to accomplish the same.
How To Hyperlink to a Hidden Worksheet - Excel VBA
14:42
Computergaga
Рет қаралды 61 М.
Hide or Un-hide sheets based on selection using VBA in Excel
8:36
So Cute 🥰
00:17
dednahype
Рет қаралды 46 МЛН
Dad gives best memory keeper
01:00
Justin Flom
Рет қаралды 21 МЛН
Apple peeling hack
00:37
_vector_
Рет қаралды 106 МЛН
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
How to Hide Excel and Show Userform ONLY - Excel VBA
10:50
ExcelVbaIsFun
Рет қаралды 288 М.
10X Your Excel with Macros & Basic VBA
11:18
Kenji Explains
Рет қаралды 83 М.
VBA to Hide and Unhide Columns on Conditional Basis - Excel VBA Example
11:09
Excel VBA Userform Scrollbar Change By 10 Even When Dragging!
6:38
ExcelVbaIsFun
Рет қаралды 13 М.
Excel VBA - Hide sheets based on drop down values in excel cell
4:12
Antriksh Sharma
Рет қаралды 13 М.
Hide/Show Sheets in Excel VBA Macro | Activate Sheets
6:03
Caleb Pecue
Рет қаралды 9 М.
Password Protect a Hidden (xlVeryHidden) Worksheet using Excel VBA
11:13
So Cute 🥰
00:17
dednahype
Рет қаралды 46 МЛН