I was forced to upgrade to Mac OS X High Sierra which forced me to switch from MSO 2011 to MSO 2019 for compatibility. Now all my macros that have file paths in them generate an error (see attachment) for following example:
Code:
Documents.Open FileName:="Macintosh HD:Users:DariusMacPro:Documents:Word:Forms:Labels:Labels.doc"
Rewriting above example works intermittently.
Code:
chdir "Macintosh HD:Users:DariusMacPro:Documents:Word:Forms:Labels"
Documents.Open FileName:="Labels.doc"
All help is appreciated!