View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marco Braun Marco Braun is offline
external usenet poster
 
Posts: 3
Default deleting sheet: how to omit warning

Hello there,

when I call sheets(xyz).delete to delete a sheet from a workbook I
get a warning at runtime asking if I am sure that I want that sheet
deleted. (I wouldn't have coded it that way if I didn't want it deleted :-))
My question: How do I omit this warning at runtime of my vba script?

thanks
Marco