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!

RE: File/Properties Macro by CShel

CShel
Tue May 24 07:04:05 CDT 2005

Never mind...I found it: wdDialogFileSummaryInfo

"CShel" wrote:

> 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!