RaunLGoode
Registered User.
- Local time
- Today, 00:52
- Joined
- Feb 18, 2004
- Messages
- 122
I want to verify that a worksheet with a specific name does not already exist prior to creating that worksheet.
Searching through past threads I see that ASAP utilities would probably help do this, but since the people using this spread will not have this add-in I would like to find a way native to Excel.
Is there some to write an IF statement so that if WorkSheets(UniqueName) doesn't exist I can add an new worksheet and rename it to (UniqueName) ?
Searching through past threads I see that ASAP utilities would probably help do this, but since the people using this spread will not have this add-in I would like to find a way native to Excel.
Is there some to write an IF statement so that if WorkSheets(UniqueName) doesn't exist I can add an new worksheet and rename it to (UniqueName) ?