Hai All,
I have an excel sheet and i want to create a new coloumn to it and pass the current date into it as a run time parameter....could ,any one please help me in doing so....
Printable View
Hai All,
I have an excel sheet and i want to create a new coloumn to it and pass the current date into it as a run time parameter....could ,any one please help me in doing so....
why would you pass the current date as a runtime parameter?
you can just put a formula in the cell to get the current date
=today()
or
=now()