Thread
:
Userforms in a separate worksheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Userforms in a separate worksheet
I don't believe you can do it directly. You can run a macro in the
other workbook that loads the form with the following:
Application.Run "OtherWookbookName!MacroThatLoadsForm"
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet