Re: Hide Combobox
From: keepITcool (xrrcvgpbby_at_puryyb.ay)
Date: 07/05/04
- Next message: Jim Cone: "Re: Chart series (not starting at first year)"
- Previous message: StargateFanFromWork: "Re: Inserting rows syntax + row #'ing code in protected ***?"
- In reply to: Lakeuk: "Hide Combobox"
- Next in thread: Lakeuk: "Re: Hide Combobox"
- Reply: Lakeuk: "Re: Hide Combobox"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 05 Jul 2004 10:12:23 -0700
Note multipage numbering is 0 based..
This will hide the combo if the 2nd page is selected
Private Sub Multipage1_Change()
ComboBox1.Visible = (MultiPage1.Value <> 1)
End Sub
keepITcool
< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
djw_123m@hotmail.com (Lakeuk) wrote:
> Is is possible to hide a combobox based on a multipage being selected.
>
> Thanks
> Dave
>
- Next message: Jim Cone: "Re: Chart series (not starting at first year)"
- Previous message: StargateFanFromWork: "Re: Inserting rows syntax + row #'ing code in protected ***?"
- In reply to: Lakeuk: "Hide Combobox"
- Next in thread: Lakeuk: "Re: Hide Combobox"
- Reply: Lakeuk: "Re: Hide Combobox"
- Messages sorted by: [ date ] [ thread ]