M
Matt
I have an MS Word Macro/Form that needs distributed to the end users,
but I need to simplify the "installation" process. Here's what I have:
The form that the macro should launch is saved in a custom template
(myForm.dot). I need to copy the form from myForm.dot into the current
user's Normal.dot. Then a macro needs to be created in Normal.dot that
launches the form. (only one line, like "Normal.UserForm.Show").
I have written the piece to automatically create a toolbar and button
to run the macro, now I just need the main steps.
(Currently the end user has to do all these steps manually. This can
be overwhelming for the technically inept)
I don't normally do VBA/macros so I am not very familiar with the API.
Is it possible to export a project item from one template and import
it to another on the fly? How about create a macro on the fly?
Any help or push in the right direction is appreciated. Thanks, Matt.
but I need to simplify the "installation" process. Here's what I have:
The form that the macro should launch is saved in a custom template
(myForm.dot). I need to copy the form from myForm.dot into the current
user's Normal.dot. Then a macro needs to be created in Normal.dot that
launches the form. (only one line, like "Normal.UserForm.Show").
I have written the piece to automatically create a toolbar and button
to run the macro, now I just need the main steps.
(Currently the end user has to do all these steps manually. This can
be overwhelming for the technically inept)
I don't normally do VBA/macros so I am not very familiar with the API.
Is it possible to export a project item from one template and import
it to another on the fly? How about create a macro on the fly?
Any help or push in the right direction is appreciated. Thanks, Matt.