Hi Everyone,
I have a spreadsheet that many users use that saves and emails automatically when a button is click. I use the following to save a copy of the spreadsheet:
ActiveWorkbook.SaveAs ("C:\FD " & strDate & " " & strDepot)
But I've noticed that afterwards if i open a new spreadsheet and go to save it it still defaults to the folder above instead of changing back to "My documents" Is there anyway I can rectify this?
Many thanks
GPM
I have a spreadsheet that many users use that saves and emails automatically when a button is click. I use the following to save a copy of the spreadsheet:
ActiveWorkbook.SaveAs ("C:\FD " & strDate & " " & strDepot)
But I've noticed that afterwards if i open a new spreadsheet and go to save it it still defaults to the folder above instead of changing back to "My documents" Is there anyway I can rectify this?
Many thanks
GPM