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