Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In a workbook w/ multiple sheets, w/ a loop thus ...
dim mySheet as worksheet For Each mySheet In ActiveWorkbook.Sheets mySheet.Activate Worksheets(mySheet.Name).myUDF Next mySheet Can I test whether 'myUDF' exists in each mySheet? I can solve my problem using 'On Error GoTo ...', or by creating a stub in each sheet; I'm just wondering if there's a more direct way to get there. Thanks, George |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Determine if a File Exists | Excel Discussion (Misc queries) | |||
File Exists | Excel Discussion (Misc queries) | |||
Need help with a function I'm not sure exists | Excel Worksheet Functions | |||
Determine if Value in column A exists in Column B | Excel Discussion (Misc queries) | |||
Sheet name already exists | Excel Discussion (Misc queries) |