G Guest Dec 9, 2006 #1 I have gotten "rusty" sence i retired. i want the current date to show in my spread sheet each time I open it. I am using excell 2000.
I have gotten "rusty" sence i retired. i want the current date to show in my spread sheet each time I open it. I am using excell 2000.
D Don Guillett Dec 9, 2006 #2 In the thisworkbook module, workbook_open event sheets("sheet1").range("a1")=date
G Gord Dibben Dec 9, 2006 #3 In a cell enter =TODAY() and format to the style of date you like. If you also want the time use =NOW() instead. Gord Dibben MS Excel MVP
In a cell enter =TODAY() and format to the style of date you like. If you also want the time use =NOW() instead. Gord Dibben MS Excel MVP