Thread: Delete Sheets
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Delete Sheets

hi Sharon
try
Application.DisplayAlerts = False
' delete sheet here
Application.DisplayAlerts = True

HTH
Frank


SS wrote:
How can I when deleting a sheet, use code to keep from
having to answer "yes" to the excel popup "The selected
sheets will be permanently deleted. ...."

Thanks

Sharon