View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
arjen van der wal arjen van der wal is offline
external usenet poster
 
Posts: 24
Default Referencing a UserForm in a Module


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