Date Macro

  • Thread starter Thread starter something.rotten
  • Start date Start date
S

something.rotten

I can't seem to get this sorted out right but what I need to do is have
a macro that isnerts the date into a document as text. At the moment
I'm using =NOW() and =NOW()+7 for the two dates, but that of course
updates everytime I open or modify the spreadsheet.

Any idea where I can go for this? I haven't done any VB in a while and
forget my way around, so a website or such would be fine.

The macro would be run when a new document is made from the template.

Cheers
~Chris
 
Just type Ctrl+; (Ctrl and semicolon). That will insert today's date.
In second cell, enter: =A1+7

HTH
 

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