Outputto macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am exporting to an excel file and do not want to be prompted to replace the
existing file. I would like the file to be autoamtically replaced. How can I
incorporate this into the macro????
 
Phil -
In the beginning of your macro (before the transferSpreadsheet action) put
in a SetWarnings action with the "Warnings On" Argument set to "No".
 
Back
Top