Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Let's say I have sheets 1 to 10, and I add some of those sheets to a
collection. I want to be able to test whether a given sheet (say sheet8) is a member of that collection. I know I could test each item in the collection using a loop, but I want to avoid that if posible. Any help?? set SheetsCollection = sheets(Array("Sheet1", "Sheet7", "Sheet4")) For each sht in Activeworkbook.sheets ' If sht is in SheetsCollection then msgbox "Sheet found in collection" ' else msgbox "Sheet not Found in collection" ' end if Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using a Check Box as a control item | Excel Discussion (Misc queries) | |||
Retrieving a Collection Item | Excel Programming | |||
Deleting named ranges by looping through range collection | Excel Programming | |||
Add Unique item to Collection | Excel Programming | |||
Removing an Item From a Collection | Excel Programming |