Hi anyone,
I need to get the worksheets date updated when day changes. What would be efficient way to do that?
Here is the current code that I'm using in ThisWorkbook Module of my Workbook.
Any help on this would be kindly appreciated.
Thanks in advance.
I need to get the worksheets date updated when day changes. What would be efficient way to do that?
Here is the current code that I'm using in ThisWorkbook Module of my Workbook.
Code:
Sheets("New").Range("M14,O11") = Date
Any help on this would be kindly appreciated.
Thanks in advance.