|
-
Sep 3rd, 2002, 04:16 AM
#1
Thread Starter
Lively Member
Excel VBA
I'm working on an existing Excel Project that uses a Dialog List to provide a list of options to the user.
What I don't understand is how to hide \ unhide these dialoglists. Can anyone give me an idea, or point me to a useful resource on for this topic.
Cheers
-
Sep 3rd, 2002, 09:28 AM
#2
Hyperactive Member
I am not too sure I am with you on the type of control. But you usually find visible property or at least a hide method. Which would just be the name of the control and then ControlName.visible = true (or false) or if you are refering to a form it is FormName.Hide or FormName.Show
Hope that helps
See ya later,
-=XQ=-
"Reality is merely an illusion, albeit a very persistent one. "
- Albert Einstein (1879-1955)
This is the coolest site ever!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|