Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm looking for some code that will allow me to search for a specific
worksheet. If it doesn't exist, then run some code. The code below obviously doesn't work. How can I rewrite this? If Sheets(CurrentModel).Activate = Error Then 'run code' Else Sheets(CurrentModel).Activate End If Thanks, Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement syntax to see if Worksheet_Activate code exists | Excel Programming | |||
Code to see if Comment Exists | Excel Programming | |||
VBA code to check if a custom chart exists | Excel Programming | |||
Worksheets Exists Code... | Excel Programming | |||
Help with code that checks if a sheet exists | Excel Programming |