Thread
:
Referencing a UserForm in a Module
View Single Post
#
2
Posted to microsoft.public.excel.programming
arjen van der wal
external usenet poster
Posts: 24
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
Reply With Quote
arjen van der wal
View Public Profile
Find all posts by arjen van der wal