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.
 
Top