View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default hiding/disabling areas in user forms

Presumably you mean controls. Look at the Enabled and Visible properties of
the controls.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"westg" wrote in message
...
Hi,

How can I hide areas within a Userform, depending on a users response.

Also
as part of that I want to disable a question (but still visible) when it

has
been answered.

any ideas?