Ashfaque
Search Beautiful Girls from your town for night
- Local time
- Today, 11:36
- Joined
- Sep 6, 2004
- Messages
- 897
Hi,
I am trying to place current date in a particular cell in the excel sheet using the below vba code. The code will activate once I made changes in B10 Cell.
=IF(LEN(TRIM(B10))=0,"",TODAY())
It is working fine.
My problem is when I am opening the same sheet at next day, the date is displaying as CURRENT date because I used TODAY() function in the code.
I need once it is placed the transaction date, should keep the same date later on.
So what could be the funcion other that TODAY() in the above code?
Please advise.
Regards,
Ashfaque
I am trying to place current date in a particular cell in the excel sheet using the below vba code. The code will activate once I made changes in B10 Cell.
=IF(LEN(TRIM(B10))=0,"",TODAY())
It is working fine.
My problem is when I am opening the same sheet at next day, the date is displaying as CURRENT date because I used TODAY() function in the code.
I need once it is placed the transaction date, should keep the same date later on.
So what could be the funcion other that TODAY() in the above code?
Please advise.
Regards,
Ashfaque