is it really so complicated to change the color of the command button's text?
if not, could someone enlighten me on how it is done?
Thanks
Printable View
is it really so complicated to change the color of the command button's text?
if not, could someone enlighten me on how it is done?
Thanks
This question gets asked every couple of weeks I reckon!
There are alternatives but I think the easiest is to use a Checkbox with style set to "graphical"
Code:Private Sub Check1_Click()
Check1.Value = vbUnchecked
'put your code here..
End Sub
now that you mention it, that sounds familiar
but the question is:
what does that mean?
the checkbox in place of the command button?
okay.
never mind.
I just learned a valuable lesson.
And thanks, really.