

- #Custom updating document properties word 2016 upgrade#
- #Custom updating document properties word 2016 software#
- #Custom updating document properties word 2016 code#
Sub AutoOpen() 'set empty dates to N/A For c = 1 To curPropName = ActiveDocument.CustomDocumentProperties(c).Name If InStr(curPropName, "Transmittal_Name") Then curPropVal = ActiveDocument.CustomDocumentProperties(curPropName).Value curPropVal = Replace(curPropVal, "", "") End If If InStr(curPropName, "DueDate_RP") Or InStr(curPropName, "Header_form_Due_to_Document_Control") Or InStr(curPropName, "Header_form_Reference_Transmittal_Number") Or InStr(curPropName, "Header_form_WEC_Responsible_Person") Then 'MsgBox ("found one " + curPropName) curPropVal = ActiveDocument.CustomDocumentProperties(curPropName).Value 'if the user sets a blank date we set to N/A If curPropVal = "" Then ActiveDocument.CustomDocumentProperties(curPropName).Value = "N/A" End If End If Next c With Selection.Find.
#Custom updating document properties word 2016 code#
Here is the code (disclaimer- not a programmer, probably sloppy by most standards): The machine that displays the correct date, does not include the time. I put an alert in the macro to alert the values and I noticed the users who show the incorrect date show the raw value of the date is incorrect (behind 1 day) and shows the time as part of the date. It includes Classic Menu for Word, Excel, PowerPoint, Access and Outlook 2007.I recently found a bug where some users launch a word document (with the same source data) and for some users the date fields display correctly, where the others the date fields show the correct date - 1 day. It includes Classic Menu for Word, Excel, PowerPoint, OneNote, Outlook, Publisher, Access, InfoPath, Visio and Project 2010, 2013, 2016, 2019 and 365.
#Custom updating document properties word 2016 upgrade#
The classic view helps the people to smoothly upgrade to the latest version of Office, and work with Office 2007/2010/2013/2016 as if it were Office 2003 (and 2002, 2000). It brings back the classic menus and toolbars to Microsoft Office (includes Word) 2007, 2010, 2013, 2016, 2019 and 365.
#Custom updating document properties word 2016 software#
The software Classic Menu for Office is designed for the people who are accustomed to the old interface of Microsoft Office 2003, XP (2002) and 2000.


Click the Advanced Properties (on the top-left of the panel). If you have not Classic Menu for Word 2007/2010/2013/2016/2019 installedĬlick Office Button (on the top-left) > Prepare > Properties.

