I use the following to enter a date in a cell:
worksheets("data".range("d12" = "=TODAY()"
It places the date okay, but instead of actually entering the date, it enters the formular. So tomorrow when the date changes, that cell changes to the new date. How do I enter the current date in the cell and prevent it from changing?
Thanks
worksheets("data".range("d12" = "=TODAY()"
It places the date okay, but instead of actually entering the date, it enters the formular. So tomorrow when the date changes, that cell changes to the new date. How do I enter the current date in the cell and prevent it from changing?
Thanks