P
Patrick Simonds
I use a calendar control to input a date into a Table Cell in my document.
Selection.GoTo What: = wdGoToBookmark, Name:= "Date1a"
Selection.Text = Calendar1.Value
Is there any way to format this so instead of returning 06/16/2006, it
returns Sunday 16 July 2006
Selection.GoTo What: = wdGoToBookmark, Name:= "Date1a"
Selection.Text = Calendar1.Value
Is there any way to format this so instead of returning 06/16/2006, it
returns Sunday 16 July 2006