I am trying to open the SaveAs dialog to a pre-detemined folder. Cannot seem to get it to work. Here is what I have tried:
Invariably it simply opens the last folder opened, and not necessarily the target folder. How can I target the 'target' folderfoldername="MacIntosh HD:Users:joedoe:documents:forms:" ChDir foldername With Dialogs(wdDialogFileSaveAs) CloseNum = .Show End With