patrick_m84
New Member
- Joined
- Mar 30, 2004
- Messages
- 8
Hi Guys
Wondering if you could help....
We have just had a power surge in the office and as such the majority of data in excel that people were using was lost.
The initial solution to stop this happening again was to use the AutoSave add in. However, because several copies have not been installed properly, this add-in is in an unavailable location on a server.
I reckon it must be fairly straightforward to write a quick VBA jobby that will save every 20 minutes.... semantically i guess it would be like this:
initial time = now()
when now() = initial time + 20
save active worksheet
initial time = now()
end
would that kinda thing work? and also how could i get it so that the macro would be available to all workbooks. i know it has something to do with the public excel folder or something, but i am a little unsure
anyhelp received would be very much appreciated.
Wondering if you could help....
We have just had a power surge in the office and as such the majority of data in excel that people were using was lost.
The initial solution to stop this happening again was to use the AutoSave add in. However, because several copies have not been installed properly, this add-in is in an unavailable location on a server.
I reckon it must be fairly straightforward to write a quick VBA jobby that will save every 20 minutes.... semantically i guess it would be like this:
initial time = now()
when now() = initial time + 20
save active worksheet
initial time = now()
end
would that kinda thing work? and also how could i get it so that the macro would be available to all workbooks. i know it has something to do with the public excel folder or something, but i am a little unsure
anyhelp received would be very much appreciated.