View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Miller Dave Miller is offline
external usenet poster
 
Posts: 72
Default macro to automatcially delete a worksheet

use this code to bypass warnings:

Application.DisplayAlerts = False