formula for current date when opening spread sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
In the thisworkbook module, workbook_open event

sheets("sheet1").range("a1")=date
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top