Results 1 to 2 of 2

Thread: Excel VBA

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Location
    Reading
    Posts
    70

    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

  2. #2
    Hyperactive Member -=XQ=-'s Avatar
    Join Date
    Mar 2002
    Location
    Liverpool, England, UK
    Posts
    278
    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
  •  



Click Here to Expand Forum to Full Width