Hi,
I want to backup my log workbook to multiple locations. How can i do it in simple way.?
right now i only back to one location and here is my code. I am not a programmer but by seeing different posts i created this "sub".
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Sub BackupTaskInfo()[/FONT]
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]
FileCopy "X:\Startup\Tasks Info_2018.xlsx", "U:\Tasks Report\Tasks Info_2018.xlsx"[/FONT]
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]
End Sub[/FONT]
the above copy file to only 1 location "U:\Tasks Report" but I want to save it 2nd location also which is "U:\Backup".
I want to backup my log workbook to multiple locations. How can i do it in simple way.?
right now i only back to one location and here is my code. I am not a programmer but by seeing different posts i created this "sub".
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Sub BackupTaskInfo()[/FONT]
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]
FileCopy "X:\Startup\Tasks Info_2018.xlsx", "U:\Tasks Report\Tasks Info_2018.xlsx"[/FONT]
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]
End Sub[/FONT]
the above copy file to only 1 location "U:\Tasks Report" but I want to save it 2nd location also which is "U:\Backup".