Recovering from temporary loss of network drive - Excel VBA problem

  • Thread starter Thread starter PaulC
  • Start date Start date
P

PaulC

Thanks Dave for your last suggestions,

I've been off sick the last couple of days. However, I had a chance t
try your .saveAs suggestion and I'm afraid I cannot save the file t
the network or anywhere on the local drive, even when the network i
available again. Nor is the file in the Temp folder.

However, I think that I can open another file on the local drive an
copy/paste the data to that. So I am thinking of writing code to d
this and then shut down all the files on the network without savin
them. I also thought that this code could be inserted in a BeforeSav
sub in the file's workbook.

A second macro could later restore this rescued data to the main fil
when the network is available again.

I take your point about the Autosave idea. Sometimes I wondered if
have any marbles left! Thanks for the link anyway.

I will let you know how this goes when I get back to work on Monday. O
course if you should have any other ideas........

Thanks again
Pau
 
There's a .savecopyas that will create a copy of the workbook.

Maybe you could do something with that. (But I don't have any idea what!)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top