JackBurton07
IS-IT--Management
Hi
I want to write a function in vba to save excel automatically, overwriting the existing excel 2007 workbook.
Something like this?
Sub SaveIt()
Thisworkbook.Save
Application.OnTime Now + TimeSerial(0, 1, 0), "SaveIt"
End Sub
I want to write a function in vba to save excel automatically, overwriting the existing excel 2007 workbook.
Something like this?
Sub SaveIt()
Thisworkbook.Save
Application.OnTime Now + TimeSerial(0, 1, 0), "SaveIt"
End Sub