How to acces data in a hidden form

H

Hans

As it is not possible to use userforms in a modeless state in VBA in
Word 2011 for the Mac, and I still need a userform every now and then,
I hide that userform when I have no need of it and I un-hide (show) it
when I have need of it. I want a macro that can access the information
in the userform, while it is hidden. The information is in a Public
Sub. How can I do that? What lines of code do I need?
I could access some variables by using FormX.VariableY but I want also
to read parts of arrays. That doesn't seem to work in that way.
Thanks in advance,
Hans
 

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