How do I automate a daily export of XML data to the same file?

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

Guest

Does anyone know of a method to automatically export XML data an external
file? I need the file to receive updates periodically, without being required
to confirm overwrite of file.

Thanks,
Kevin
 
Hi Kevin,

You can use the VBA Kill statement to delete the existing file before
exporting the new one.
 
Back
Top