Hi there I have a formula that runs on work book open to put in todays date if the xls file is named estimate.
If ActiveWorkbook.name = "estimate.xls" Then Range("c1").Formula = "=today()"
how can i set the same range to keep the date thats in it but lose the =today() formula when the workbook closes IF the workbook has been saved under a different name.
cheers
Ken
If ActiveWorkbook.name = "estimate.xls" Then Range("c1").Formula = "=today()"
how can i set the same range to keep the date thats in it but lose the =today() formula when the workbook closes IF the workbook has been saved under a different name.
cheers
Ken