View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim K.[_2_] Jim K.[_2_] is offline
external usenet poster
 
Posts: 4
Default using VBA how can I delete a worksheet w/o the warning message pop

using VBA how can I delete a worksheet without having the warning message
popup "Data may exist in the sheet(s) ..."? I'm using
Sheets("Sheet1").Select
ActiveWindow.SelectedSheets.Delete