Nitehawkhp
New Member
- Joined
- Dec 2, 2016
- Messages
- 37
Hello,
I'm trying to control various labels on a Userform.
Some of the things I want control:
Change color of a button based on whether it has been clicked
Is it possible to make a button visible or invisible by a macro?
I have tried to use the following to accomplish this:
However, it doesn't seem to do anything. The label remains visible in all cases.
Is it possible to use a OptionButton as an indicator i.e. "Active" or "Not Active"
Rod
I'm trying to control various labels on a Userform.
Some of the things I want control:
Change color of a button based on whether it has been clicked
Is it possible to make a button visible or invisible by a macro?
I have tried to use the following to accomplish this:
Code:
Label56.visible = "False" and
Label56.visible = "True"
However, it doesn't seem to do anything. The label remains visible in all cases.
Is it possible to use a OptionButton as an indicator i.e. "Active" or "Not Active"
Rod