View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roger Roger is offline
external usenet poster
 
Posts: 226
Default Set Userform As A Variable

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



--
Roger