View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Umlas[_2_] Bob Umlas[_2_] is offline
external usenet poster
 
Posts: 68
Default Method SaveAs with no overwrite YesNoCancel dialog

Before the SaveAs, enter:
Application.DisplayAlerts = False

Bob Umlas
Excel MVP

-----Original Message-----
How do I use the SaveAs method and suppress the overwrite

YesNoCancel
dialog when the same file already exists?
Is there any other way to achieve this?
thanks
Peter
.