View Single Post
 
Old 12-23-2014, 11:44 PM
gmayor's Avatar
gmayor gmayor is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,142
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

How you approach this rather depends on the point of it. If the document is to be printed and filled in by hand, then you can use a single field

{ CREATEDATE \@ "MMMM _________, yyyy" }

You can use two fields as suggested earlier in the thread e.g.

{ CREATEDATE \@ "MMMM" } _________ { CREATEDATE \@ ",yyyy" }
with underlined spaces between the fields, which would allow you to edit the space on a PC (though you would have to use overwrite mode or remove spaces to maintain the relationship between month and year).
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote