Can someone guide me to how to write VBA code to open the File/Properties dialog box.
I can only find the argument wdDialogFileSummaryInfo.
I have tried code: Dialogs(wdDialogFileSummaryInfo).Show
But this dialog box does not contain the text box for Category.
Thanks in advance!
Bjorn