Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Use the following instruction : TextBox1.Visible = True ' to show text box TextBox1.Visible = False ' to hide text box To have these instructions operational, you have to put them in the click event of your object Private Sub CheckBox1_Click() If CheckBox1.Value = True Then TextBox1.Visible = True End If End Sub HTH Cheers Carim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
The menu bar is not visible & right click doesnt work | Excel Discussion (Misc queries) | |||
no worksheets are visible when I open a file by a right click | Excel Programming | |||
Items Added to Right-Click Menu Only Visible From Some Sheets | Excel Programming | |||
Items Added to Right-Click Menu Only Visible From Some Sheets | Excel Programming | |||
Toggle Text in a column to be visible or not visible | Excel Programming |