Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Manage a new instance of a form

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Manage a new instance of a form

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
manage add-ons under tools barman New Users to Excel 2 July 2nd 09 10:54 PM
how do i find the manage list excel New Users to Excel 1 August 4th 08 01:45 PM
Need a template to manage 26 accounts within one budget? kc Excel Discussion (Misc queries) 1 February 23rd 07 07:02 PM
How do I manage data from access to excel Judi Excel Discussion (Misc queries) 0 September 20th 06 02:54 PM
how do i manage without having to retype Cynthia Excel Discussion (Misc queries) 3 August 24th 06 06:42 PM


All times are GMT +1. The time now is 11:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"