Hello:
As mentioned above I am trying to write a VBA code to autosave my shared workbook, based on a couple of conditions, please read further for clarification:
The workbook as mentioned above is a shared document, up to 5 people will be editing and using the same workbook at the same time. To ensure the workbook is always live with current information it is required for each user to manually save the document constantly, this doesnt always happen causing information get missed.
Therefore Im looking for a code that will take that burden away from the user, but the code must only become activated and subsequently loop, based on a set of conditions:
Condition 1:
The workbook has been saved once already (manually)
Condition 2:
The date has been entered into cell E1
(Please note a simpler solution may seem to adopt a new package, such as Once Note or similar, however the spreadsheet contains too much info, formulas and VBA to justify migrating the info and translating a new set of rules to a new software package)
Help would be greatly appreciated.
Thank you in advance.
As mentioned above I am trying to write a VBA code to autosave my shared workbook, based on a couple of conditions, please read further for clarification:
The workbook as mentioned above is a shared document, up to 5 people will be editing and using the same workbook at the same time. To ensure the workbook is always live with current information it is required for each user to manually save the document constantly, this doesnt always happen causing information get missed.
Therefore Im looking for a code that will take that burden away from the user, but the code must only become activated and subsequently loop, based on a set of conditions:
Condition 1:
The workbook has been saved once already (manually)
Condition 2:
The date has been entered into cell E1
(Please note a simpler solution may seem to adopt a new package, such as Once Note or similar, however the spreadsheet contains too much info, formulas and VBA to justify migrating the info and translating a new set of rules to a new software package)
Help would be greatly appreciated.
Thank you in advance.