Your answer is probably what the user wanted. I took "dimming" to
mean using a Dim statement, not the more obvious "making
something dim". My mistake.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Jim Thomlinson" wrote in message
...
You are probably looking for the enabled property.
CommandButton1.Enabled = False
--
HTH...
Jim Thomlinson
"donbowyer" wrote:
Is there an easy bit of code for dimming a UserForm Control
when not in use?
--
donwb