View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
OSCAR OSCAR is offline
external usenet poster
 
Posts: 4
Default Deleting worksheets

I have a for each loop which moves through each worksheet
and deletes those that fail a test.

However, each time it deletes I get a message saying that
the worksheet is to be deleted and an OK and a Cancel
button.

What do i have to add to my code to not get this message?