Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
Yes I know you don't have modules any more... For Each wbk in Application.Workbooks For each sht in wbk.Sheets Select Case sht.Name Case "MySheet" sht.Visible=False End Select Next Next ....cycles through every sheet in every Workbook that is open, and hides any that are called "MySheet". I want toi do the same with VB Modules but can't seem to find the object - formerly known as a "Module". Help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
VBE - Possible to have one of five modules in a VB project to be "default"? | Excel Discussion (Misc queries) | |||
How do display a "+" or "-" sign when hiding columns? | Setting up and Configuration of Excel | |||
"Static" Methods in Class Modules | Excel Programming |