D
DJ
I’ve created a worksheet ComboBox that contains options A, B, and C. When
option C is selected, I would like UserForm1 to appear. I am having trouble
calling the user form. I have tried variations of the following:
Private Sub Options_Click()
'If TypeName(Selection) = "C" Then Load UserForm1
End Sub
Any help is much appreciated!
DJ
option C is selected, I would like UserForm1 to appear. I am having trouble
calling the user form. I have tried variations of the following:
Private Sub Options_Click()
'If TypeName(Selection) = "C" Then Load UserForm1
End Sub
Any help is much appreciated!
DJ