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
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