Prompting for default information

G

Guiseppe

Hello,
On opening a document, I'd like to prompt users for default information (2
questions) that would automatically be placed in a document. Is msgbox the
way to do this?
 
J

Jezebel

The File > Properties dialog is usually a better choice: a) because you can
use DocProperty fields to put the info into the document, b) because the
user can change their mind, eg if they made a typo when they answered the
questions the first time round, and c) because the key properties (if you
use them) are also displayed in Windows Explorer when you list the file.
 
Top