![]() |
making a backup
How can I make a copy of a workbook in another drive,
every time it is saved. I'd only want one copy which is subsequently overwritten each time the original is saved Thanks |
making a backup
This will create a sub directory in any directory and save a copy there as
well as save. Sub Backup() 'kept in personal.xls & assigned to toolbar button On Error GoTo BackupFile MkDir CurDir & "\Backup" BackupFile: With ActiveWorkbook MyWB = .Path & "\BACKUP\" & .Name .SaveCopyAs MyWB .Save End With End Sub -- Don Guillett SalesAid Software "Dennis" wrote in message ... How can I make a copy of a workbook in another drive, every time it is saved. I'd only want one copy which is subsequently overwritten each time the original is saved Thanks |
All times are GMT +1. The time now is 02:51 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com