Document Propertties Summary to Display

M

Mike

How can get a Macro to display the document summary tab. Here is the code I
am using but it shows an old 3.1 dialogue box.

Thanks

Mike

Code:

Dialogs(wdDialogFileSummaryInfo).Show
 
H

Helmut Weber

Hi Mike,

great, my memory is still in good shape.

Dialogs(750).Show

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
 
M

Mike

HI:

This great is - How can I get the summary tab to show as the default instead
of the General tab?

Thanks

Mike
 
H

Helmut Weber

Hi Mike,

I don't know and I see no way to find it out,
but it seems, the dialog remembers the last tab
with which it was closed.

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
 
Top