donny1shot
New Member
- Joined
- Mar 8, 2018
- Messages
- 18
Hi All,
I am trying to have a userform show if a cell value is selected as yes from it's drop down list.
any help please. Below is the code I am using in the userform code coding sheet.
Code:
Private Sub UserForm_activiate()
If Sheets("HCR").Range("C13").Text = "Yes" Then
UserForm1.Show
End If
End Sub
This isn't working for me I need the userform to show if YES is selected in that cell
I am trying to have a userform show if a cell value is selected as yes from it's drop down list.
any help please. Below is the code I am using in the userform code coding sheet.
Code:
Private Sub UserForm_activiate()
If Sheets("HCR").Range("C13").Text = "Yes" Then
UserForm1.Show
End If
End Sub
This isn't working for me I need the userform to show if YES is selected in that cell