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

K

Kevin W.

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
 
J

John Nurick

Hi Kevin,

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