View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
wmcray[_3_] wmcray[_3_] is offline
external usenet poster
 
Posts: 1
Default Help! Excel Macro Delete function!!

I use the following command in the Excel Macro to delete an Exce
worksheet called "Report":

Sheets("Report").Delete

However when I run the macro, the user will be prompted if th
worksheet "Report" should be deleted.

I do not want user to be asked. Instead I want the worksheet "Report
to be deleted automatically.

Can anyone please advise if there is a command to "force" delete th
worksheet without asking the confirmation from user?

Million Thank

--
Message posted from http://www.ExcelForum.com