Using msoffice 2003, winxppro
I want to use the calendar control in a form letter in msword.
I have the control in place, but do not know how to tell the control to
fill the field with the chosen date.
Could you please help me or direct me to some help for this
Thank you
Joanne
Doug Robbins - Word MVP - 30 Jan 2007 18:31 GMT
What type of form are you talking about?
Maybe something like:
ActiveDocument.FormFields("SelectDate").Result = Format(Calendar1.Value, "d
MMMM yyyy")

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Using msoffice 2003, winxppro
> I want to use the calendar control in a form letter in msword.
[quoted text clipped - 3 lines]
> Thank you
> Joanne
Perry - 30 Jan 2007 18:45 GMT
MsgBox Calender1.Value
What form? UserForm ?
Pls advise
Krgrds,
Perry
> Using msoffice 2003, winxppro
> I want to use the calendar control in a form letter in msword.
[quoted text clipped - 3 lines]
> Thank you
> Joanne