Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to check from VBA if sheet named "JohnDoe" exists in workbook?
Sub del_sheet() if exist(sheets("JohnDoe")) then application.displayalerts = false sheets("JohnDoe").delete application.displayalerts = true end if With what code I have to put instead of "exist(sheets("JohnDoe"))" Regards, Alen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to check to see if a sheet with a particular name exists? | Excel Worksheet Functions | |||
check if sheet exists | Excel Discussion (Misc queries) | |||
check to see if sheet exists | Excel Programming | |||
Check to see if sheet exists | Excel Programming | |||
check if sheet exists | Excel Programming |