IDidNotDoIt
New Member
Hi, all!
I have a non-macro file (.xlsx) which I can't transform in a macro file (.xlsb or .xlsm) due to security policies.
There is a worksheet that shows the actual time (let's say A1: =NOW()), but it only gets updated if a cell in the worksheet is modified or user recalculates it manually with F9 or so.
Is there any way to always get printed the updated actual time even if no cell has been changed? And I need to do it in a specific cell, so printing it at header/footer is not a valid option.
Thank for your time and best regards!
Edited: The main issue is that users keep the workbook file opened during their shift (4 hours) so if no data is entered (i.e., no changes to be made to the registered info) then the actual print time doesn't get updated.
I have a non-macro file (.xlsx) which I can't transform in a macro file (.xlsb or .xlsm) due to security policies.
There is a worksheet that shows the actual time (let's say A1: =NOW()), but it only gets updated if a cell in the worksheet is modified or user recalculates it manually with F9 or so.
Is there any way to always get printed the updated actual time even if no cell has been changed? And I need to do it in a specific cell, so printing it at header/footer is not a valid option.
Thank for your time and best regards!
Edited: The main issue is that users keep the workbook file opened during their shift (4 hours) so if no data is entered (i.e., no changes to be made to the registered info) then the actual print time doesn't get updated.
Last edited: