How do I let user suppress introductory userform?

B

Barney Byrd

I have a macro-driven Word template (*.dot file). An introductory userform
pops up when the program is opened. I would like to include a checkbox
giving regular users the option of suppressing this introductory userform.
The template opens as Document1 and suppressing the userform's recurrence
would involve saving a change to the actual *.dot file. If this is
possible, I don't know how to code it.


Barney Byrd
 
M

Malcolm Smith

Why not save something to the Current User hive of the registry? And
then when the code runs this value is checked to see if the User Form is
displayed or not.

- Malc
 
Top