Document Summary Info Dialog on File/Open

J

Joseph N.

Is there any way to cause the Document Summary dialog to open when a
pre-existing document is opened?
 
J

Joseph N.

Dim d as dialog
set d = dialogs(86)
d.show

I'm a rank beginner in VBA, but I cannot make the desired action
occur. I tried pasting the code in the script editor as a document
even on open, but when the saved and closed file was reopened
nothing happened. I also tried pasting it as a global, but that
didn't work either. What--exactly--should I be doing with the code
you kindly provided?
 

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