showing a Userform from another workbook

T

Todd Huttenstine

How do I call a userform (userform1) from another workbook called test.xls?
Normally you would day userform1.show but when its on another workbook it
does not work. I have done it before I just forgot the code.

Thanx

Todd Huttenstine
 
I

Ivan F Moala

Hi Todd

Your other Workbook would need to be Open & have a Loader routine
ie A routine that Opens/shows the Userform

Application.Run "Name_Of_Other_WorkBook!Loader_Routine"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top