Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to create a custom worksheet collection in VBA. That is I
normally loop thru worksheets as follows: For Each wrksht In ActiveWorkbook Next But what if I want to loop thru certain sheets which I will define by items in listboxes chosen by the user. I know I can create a collection and add items to it but I am not sure how access that collection using the For Loop above. Does this mean I have to build a class module to create a custom worksheet class? Any ideas? Thanks EM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Collection custom functions as asn addin | Excel Discussion (Misc queries) | |||
E-mail Each WorkSheet in collection to pertaining Manager | Excel Programming | |||
Delete worksheet in collection | Excel Programming | |||
How to check if a worksheet exists in worksheet collection | Excel Programming | |||
worksheet collection issue | Excel Programming |