Thread
:
delete sheet if it exist
View Single Post
#
1
Posted to microsoft.public.excel.programming
Art Parra
external usenet poster
Posts: 7
delete sheet if it exist
how do I find out if a sheet exist to delete it? I've tried:
if not isnull(sheets("myname")) then
sheets("myname").delete
end if
thanks,
Reply With Quote
Art Parra
View Public Profile
Find all posts by Art Parra