![]() |
Q. Can I save 2 copies at the once?
Hi,
I'm working on a spreadsheet for which I'd like to save a copy in the normal way, when I click "Save", PLUS, I'd like to save an extra copy in a folder that's 'out of the way', at the same exact time. Is there a way to do this? Can anyone point me to a site/tutorial, if it's too involved? Please respond here. Thanks, George |
Q. Can I save 2 copies at the once?
George,
The Workbook_BeforeSave event will be fired when the user tries to save the WB. Here you place code like: ThisWorkBook.Save 'Save original as is ThisWorkBook.SaveAs "PathToOutOfTheWay" 'Save your extra copy NickHk "George" wrote in message ... Hi, I'm working on a spreadsheet for which I'd like to save a copy in the normal way, when I click "Save", PLUS, I'd like to save an extra copy in a folder that's 'out of the way', at the same exact time. Is there a way to do this? Can anyone point me to a site/tutorial, if it's too involved? Please respond here. Thanks, George |
All times are GMT +1. The time now is 07:13 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com