Philip_Baird
11 years agoCommunity Expert
Cannot share User Forms between Projects?
Hi, In a Test Suite, I have two Projects, ProjectA and ProjectB. In ProjectA, I have a simple form, UserForm1, with a button and textbox and the following code in a Script Unit, User...
- 11 years ago
Hi Phil,
This is a limitation of user forms - associated events cannot be shared among projects. We have a suggestion in our database to make it possible - I've increased its rating. Thank you.
Currently, you can make your forms with event handlers available to all projects if you add them to a script extension instead of sharing them.
Refer to the "Script Extensions" and "Using Forms in Script Extensions" articles for more information.