File/Properties Macro

C

CShel

I need to create a macro that opens the File/Properties dialog box. I cannot
find
a "wdDialog" that looks like it would be the right one. Can anyone tell me
what the code is to get this box to open?

With Dialogs(wdDialog?????????)
.Show

Thanks!
 
Top