Hi
depending on what the user of my form chooses in a combo box, the shee
hides different ranges.
However I also want to hide the other combo boxes and form parts whic
is laying on top of this range. How can I do this
--
Ctec
Tom Ogilvy - 21 Mar 2006 13:38 GMT
the shape object has a visible property, so set it to false in your code,
same as you are setting the hidden property for rows.

Signature
Regards,
Tom Ogilvy
> Hi
>
[quoted text clipped - 3 lines]
> However I also want to hide the other combo boxes and form parts which
> is laying on top of this range. How can I do this?