Thread: [Solved] Field Date: UCase()?
View Single Post
 
Old 02-08-2013, 12:51 AM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default Field Date: UCase()?

Code:
Dim sField As Field
Set sField = ActiveDocument.Fields.Add(Selection.Range, wdFieldDate, "\@ ""yyyy/MM/dd ddd, HH:mm:ss""", True)
Is there a way to UCase the "ddd"?
Reply With Quote