Using DATEADD function??

J

James

I have been informed that I can use the following function
to achieve a DUE PAYMENT DATE on an word invoice.

DateAdd("d",14,Date)

My question is how do I use this function??

Do I just type it into a Word document?? Or is there
another way I set it up??

Regards

James
 
J

Jezebel

That's a VBA statement. Use it by including it within a macro or any VBA
code, as a function that takes one date value as an argument ('Date') and
returns another for the date 14 days later. If your question relates to your
previous posting about mailmerge, this isn't going to help you.
 

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

Top