View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick C. Simonds Patrick C. Simonds is offline
external usenet poster
 
Posts: 343
Default Referencing a UserForm in a Module

Wow that was easy, Thanks.

"arjen van der wal" wrote in message
...

Hi Patrick,

You should just have to preface teh control refernce witha refernce to
the userform. Using your sample code, something like this should work:

If Userform1.OptionButton2212.Value = False Then