Did you try:

OptionButton_Click()

if OptionButton.Value = True then
combobox.visible = true
textbox.visible = true
endif

end sub