XL2K Qualifiers

  • Thread starter Thread starter Mike Mertes
  • Start date Start date
M

Mike Mertes

What is the correct syntax for qualifying a form in another
workbook/VBProject?

I tried VBProject!FormName as well as VBProject!Forms!FormName, but those
aren't correct.

I couldn't seem to find anything on qualification in the VBA help.

TIA!
 
I've found that the UserForms() collection contains all *loaded* userforms.
Is there a collection that contains unloaded forms?

If not, how can I enumerate the names of all unloaded userforms?
 

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

Back
Top