Phox
Well-known Member
- Joined
- Jul 26, 2004
- Messages
- 522
I have a userform with an image named "California".
The image is defaulted to be invisible.
I would like the image to become visible if the value of Range E1 is "California".
This is what I tried to do but it didnt work.
If Range("E1").Value = "California" Then
Range("E1").Value.Visible = True
End If
Can somebody please help me out?
The image is defaulted to be invisible.
I would like the image to become visible if the value of Range E1 is "California".
This is what I tried to do but it didnt work.
If Range("E1").Value = "California" Then
Range("E1").Value.Visible = True
End If
Can somebody please help me out?