I have a user form with two option buttons (not framed). If the user selects the first user button, I want a label and a textbox to appear on the form. I have written two snippets of VBA; the first hides the label and a textbox on form initialization. The second sub is to make the label and textbox visible upon selection of OptionButton1. This is the part of the code that is not working.
Form initialization code (working):
The second sub, however, isn't:![]()
Please Login or Register to view this content.
Anyone have any ideas?![]()
Please Login or Register to view this content.
Bookmarks