User-977583538 posted
Hi,
I am making windows application in C#.net where i have to generate one formatted excel sheet.
So that i want some formula to insert current date which i can use in my source code
I have five columns in excel:
Name Date Status StartTime EndTime
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
If user insert name in cell of name column then current date should be automatically inserted in cell of
date column same as with starttime.
I do not want to use =TODAY() as this would change the date, daily,
