Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I've searched through the Excel "Help" structure, the MS KB and Excel pages as well as google-ing for all the combinations I could think of to find a method to produce a list of all of the user *sub*s and *function*s which are contained in an Excel file without success. (Somehow, I haven't been able to reach a point where MS's "key word" list make logical or rational sense to me when I make a search.) Here's what I want to do-- - I want to scan all of the modules in an Excel spreadsheet and create an enumeration of their names (and types - sub or function). - Then, if a names meets certain conditions I want to execute that *sub* or *function* using a "for each" loop. Basically, For each [SUB or Function] If [Sub or Function] = Criteria Then Execute [Sub or Function] Name Else ' Do nothing End If Next ' [Sub or Function] name I know that there must be some method of doing it and can probably figure out how *IF* I can find out the correct terminology/methodology. Anyone have any pointers to where I can find the information? David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to retrieve subs and functions names of a project using VBA ? | Excel Programming | |||
Finding Unreferenced Subs and Functions | Excel Programming | |||
Common Functions and Subs | Excel Discussion (Misc queries) | |||
Where to Place Public Subs and Functions | Excel Programming | |||
Called subs versus functions | Excel Programming |