Thread: Delete Sheet 1
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Delete Sheet 1

Manish,

Use code like

Application.DisplayAlerts = False
' delete the sheet
Application.DisplayAlerts = True




"rajpalmanish"
wrote
in message
news:rajpalmanish.22061z_1137877203.9354@excelforu m-nospam.com...

I want to delete a sheet from workbook without any instructions
or
message box. When i try to delete the sheet it ask

"Data may exist in the sheet(s) seletion for deletion. To
permanentely
delete the data, press delete."

How can I do this?

Thanks and Regards
Manish Rajpal


--
rajpalmanish
------------------------------------------------------------------------
rajpalmanish's Profile:
http://www.excelforum.com/member.php...o&userid=30623
View this thread:
http://www.excelforum.com/showthread...hreadid=503698