View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Vobiscum[_6_] Vobiscum[_6_] is offline
external usenet poster
 
Posts: 1
Default Removal of standard Delete msg from within VBA


hi,

Try with

Sub test()
Application.DisplayAlerts = False
Sheets("sheet1").Delete
Application.DisplayAlerts = True
End Sub


Rgds,

vobiscu

--
Vobiscu
-----------------------------------------------------------------------
Vobiscum's Profile: http://www.msusenet.com/member.php?userid=245
View this thread: http://www.msusenet.com/t-187056730