Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple 'Calling a UserForm' Question

Status
Not open for further replies.

Igwiz

Technical User
Jun 3, 2003
88
0
0
CA
Very simply, how do I call a UserForm from another workbook from within a macro?

Many thanks,

Ig
 
See thread707-670891 how to set reference to other VBA project. To see userform located in other project, modify the userform:
1. export the userform and delete it,
2. edit the file with 'frm' extension in Notepad,
3. change, from False, Attribute VB_Exposed = True,
4. save file and import form to the project.

combo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top