View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ranswrt ranswrt is offline
external usenet poster
 
Posts: 191
Default disable objects on form

I have a userform with a lot of labels, buttons, etc. Is there a code I can
that can be used that will set ".enabled = false" for the group of objects
instead of doing each one individually?
I don't want to disable the whole userform.
Thanks