Set Userform As A Variable

R

Roger

I can set controls as a variable
Dim CTL as Control
Set CTL = Userform1.Label1
This does not work when trying to set the actual Userform as a variable
Can someone please show me an example of how to do this
 

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