View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Dim Userform Control

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