Thread: Clear workbook
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lucile Lucile is offline
external usenet poster
 
Posts: 16
Default Clear workbook

Hi all,

I need to add a piece of code at the beginning of my program that checks if
the workbook is empty or not (I just want 3 blank sheets). And if it is not
empty (charts, sheets with data...) it needs to clear/delete everything and
keep only 3 blank sheets....

Thanks a lot!