Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello!!
How can I manage the controls that are on a new instance of a form? I have tried this, but doesn't give any result.. Dim myForm Set myForm = New frm_Client myForm.Command1.Visible = False 'hide the button myForm.Show the result is that, there is no error, and the button "Command1" still visible how can I hide it? Thanks for any suggestion |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ca marhe avec ca
Dim myForm Set myForm = New frm_Client myForm.Command1.Visible = False 'hide the button myForm.Show "Warrio" a écrit dans le message de ... Hello!! How can I manage the controls that are on a new instance of a form? I have tried this, but doesn't give any result.. Dim myForm Set myForm = New frm_Client myForm.Command1.Visible = False 'hide the button myForm.Show the result is that, there is no error, and the button "Command1" still visible how can I hide it? Thanks for any suggestion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
manage add-ons under tools | New Users to Excel | |||
how do i find the manage list | New Users to Excel | |||
Need a template to manage 26 accounts within one budget? | Excel Discussion (Misc queries) | |||
How do I manage data from access to excel | Excel Discussion (Misc queries) | |||
how do i manage without having to retype | Excel Discussion (Misc queries) |