Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i got a workbook that several ppl use. i need the workbook to auto save every
5 or so min. i got a few macro's. dont wana just add it to a macro. if sumthing hapens in between using the macro's i want the data saved i work for a company with about 18 branches all over. if i go to tools etc it will only safe my work on my computer. i email this worksheet to the other branches and need theyr stuff to auto save as well. i can add a save code to all my macro's but a powerfail or some happens and they did not run any macro then all work will be lost I used the following Private Sub Workbook_Open() Application.AutoRecover.Enabled = True Application.AutoRecover.Time = 5 End Sub as much as i hate to say it... that code did not seem to work i enterd some info and let it €śrest€ť for 40 minites. when i came back i closed the workbook and upon being asked to save i said no. (the code should have done that 3 times in the 40 minites that i left) i reopend the workbook and the info have not been saved.. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To be safe - how to check macro before run it? | Excel Discussion (Misc queries) | |||
To be safe - how to check macro before run it? | Excel Programming | |||
auto run macro on workbook open | Excel Programming | |||
auto run macro on workbook open | Excel Programming | |||
auto run macro at workbook open | Excel Programming |