Good morning,
I am working on a large database in excel that requires the current date when the word "cleared" or "denied" appears near the end of the worksheet in column AX using this formula.
=IF(OR($AX15="cleared",$AX15="denied"),PERSONAL.XLSB!StaticDate(),"")
I've stored this marco in my personal workbook, but the date continues to recalculate to the current date each time I open the workbook and begin working. I want the date to remain when the word "cleared" or "denied" appeared in column AX without changing to the another date when work begins the next day. What hair I have left I'm about to pull out. Please help.
Function StaticDate()
StaticDate = Now
End Function
Keith
I am working on a large database in excel that requires the current date when the word "cleared" or "denied" appears near the end of the worksheet in column AX using this formula.
=IF(OR($AX15="cleared",$AX15="denied"),PERSONAL.XLSB!StaticDate(),"")
I've stored this marco in my personal workbook, but the date continues to recalculate to the current date each time I open the workbook and begin working. I want the date to remain when the word "cleared" or "denied" appeared in column AX without changing to the another date when work begins the next day. What hair I have left I'm about to pull out. Please help.
Function StaticDate()
StaticDate = Now
End Function
Keith