PDA

View Full Version : Need word/excel help: How to print different dates for every copy?



iamgine
06-25-2015, 11:11 PM
I need to print a document 365 times (for 1 year). It's the same document but just the date need to be different on every copy. How do I do this? Any help is appreciated.

SsKSpurs21
06-29-2015, 03:06 PM
can you use the =today() function?

=today()-2
=today()-1
=today()
=today()+1
=today()+2

etc....