Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello all,
please can someone help? i am looking for a piece of code for a button that... when click -- shows 2 labels and 8 textboxes (already on page but not visable) -- then makes the button not visable, at the same time! thank you, Robert Couchman |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
Sorry for bothering you!! i managed to do it! label1.visible = True label2.visible = True q1.visible = True q2.visible = True q3.visible = True q4.visible = True q5.visible = True q6.visible = True q7.visible = True q8.visible = True CommandButton1.visible = False sorry i tried it after i had sent the thread!! thank you anyway, Robert Couchman |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Morning Robert,
Private Sub CommandButton1_Click() Label1.Visible = True Label2.Visible = True TextBox1.Visible = True TextBox2.Visible = True TextBox3.Visible = True TextBox4.Visible = True TextBox5.Visible = True TextBox6.Visible = True TextBox7.Visible = True TextBox8.Visible = True CommandButton1.Visible = False End Sub -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Robert Couchman" wrote in message ... hello all, please can someone help? i am looking for a piece of code for a button that... when click -- shows 2 labels and 8 textboxes (already on page but not visable) -- then makes the button not visable, at the same time! thank you, Robert Couchman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Undo button and redo button quit | Excel Discussion (Misc queries) | |||
Inserting a Graphic on a Button when the Button is Assigned to a M | Excel Discussion (Misc queries) | |||
insert row above button (retrieve position of button) | Excel Discussion (Misc queries) | |||
How can I assign a symbol to a button (like the $ button) | Excel Discussion (Misc queries) | |||
How do I lock a radio button group if a N/A button is selected | Excel Discussion (Misc queries) |