Whether macros will work on another's PC depends on the rules on that PC. To have any chance, they need to be stored in your template. AutoText and other Building Blocks can only be stored in templates. Macros can be stored in either .docm or .dotm files.
For a userform to work on someone else's computer, you would use an AutoOpen macro to display the userform when a new document is created based on the template. The userform would then fill in the new document depending on the user choices, perhaps from AutoText.
AutoText, and the AutoTextList field require no macros.
|