A family of Microsoft word processing software products for creating web, email, and print documents.
If you want to use a field then download the DateCalc.zip file from here:
http://www.gmayor.com/downloads.htm#Third_party
This will give you examples of many type of date calculation fields that you can use in your document.
If you just want a process for inserting the date + 3 days as plain text then you can use a macro like:
Sub ScratchMacro()
'A quick macro scratch pad created by Greg Maxey
Selection.InsertAfter Format(DateAdd("d", 3, Date), "MMMM dd, yyyy")
End Sub
"cattfish" wrote in message news:*** Email address is removed for privacy ***...
I know that I can insert the current date in a field. Can I create a formula that adds 3 days to the current date field? FIA
Greg Maxey --- Visit my website at: http://gregmaxey.mvps.org/word\_tips.htm