View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default SaveAs problem in Excel VBA script

Put application.displayalerts = false before the saveas line and
application.displayalerts = true after the line.

Cliff Edwards