Displaying File Properties Window

C

Craig Senior

What would be the macro code to display the File
Properties Window and selecting one of the tabs: General,
Summary, statistics, content, or custom?

Thanks
 
C

Cindy Meister -WordMVP-

Hi Craig,
What would be the macro code to display the File
Properties Window and selecting one of the tabs: General,
Summary, statistics, content, or custom?
There's really no good way to do this. The following is an
example, but you can't really be sure to get the tab you
want; the Word interface doesn't provide a "proper" way to
get to this.

On Error Resume Next
SendKeys ("(^{tab})(^{tab})")
Dialogs(750).Show

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep
30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top