Share via

Insert current date plus 3 days

Anonymous
2010-12-06T16:33:06+00:00

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

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-12-06T18:13:27+00:00

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

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful