Invoice Template

  • Thread starter Thread starter Linda
  • Start date Start date
L

Linda

How do I get the invoice template to NOT change the date
each time I open it to the current date?? Thanks.
 
It sounds like the cell containing the date has the formula
=TODAY() in it, this is fine for producing the initial invoice but not
if someone asks for a copy later as I suspect is your problem.

If you open the template and go to the date cell delete the formula and
save the template, when you open up the template later you should be in
the cell where the date needs to be entered manually.

The other method is to copy the contents and paste special, values
before you save each new invoice.

Either method will then have the correct invoice date in, but
unfortunately both methods do require manual input. You could record a
macro which prompts you to enter the date which would at least cut the
probability of not putting a date on the invoice.

Hope this helps.

Mike
 
There is no formula in the cell. I think it has a Macro
already that is doing the updated date, but I can't get
the Edit button to come available so I can check it. Any
ideas?
 
Back
Top