Consulting

Results 1 to 4 of 4

Thread: Array add dropdown Combobox for UserForm

  1. #1

    Array add dropdown Combobox for UserForm

    I want add Array to Combobox so I can view drop list, but my code is error, can help me? pleaseSEARCH MATERIAL - Copy.xls

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    I don't see any code where you are trying to add a list to a ComboBox. THe Code Compiles, so I did not find any errors.

    Generically
    ComboBox1.List = Array
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  3. #3
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,875
    Quote Originally Posted by themorzer View Post
    I want add Array to Combobox so I can view drop list, but my code is error, can help me? pleaseSEARCH MATERIAL - Copy.xls
    Sadly lacking in detail…
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •