View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
smartin smartin is offline
external usenet poster
 
Posts: 915
Default Delete sheet automatic

David wrote:
Hi Group,

I am trying to allow a sheet deletion with out having to manually click the
Delete button which comes up in the process.

Thanks,
David


Try this before the delete:

Application.DisplayAlerts = False