Results 1 to 3 of 3

Thread: Fill a combobox

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    3

    Fill a combobox

    Hi all,

    I wanna fill a combobox with a range of cells that contain some characters.
    Some of them are subscript or superscript.
    That I want to do, is to fill the combobox preserving the format of the characters in the original cells.
    Now I am using the following code to fill my combobox named ZoneList but I am sure it misses something for that I want.

    For i = 1 To 10 Step 1
    ZoneList.AddItem Sheets("Feuil1").Cells(i, 1).Format
    Next i

    Thank for your help
    Defré.

  2. #2
    Hyperactive Member Hassan Basri's Avatar
    Join Date
    Sep 2006
    Posts
    324

    Re: Fill a combobox

    Here is a list of combo boxes, pick the style that you want, there are demos as well as full source-code:

    http://www.vbaccelerator.com/home/Vb...oxes/index.asp

  3. #3
    Frenzied Member
    Join Date
    Aug 2005
    Posts
    1,042

    Re: Fill a combobox

    You asked this same question in the VB.Net Forum section.
    So, which language do you want to do this in.

    Making duplicate postings is frowned upon as well as being very confusing to the member who are trying to help you.

    Thank You

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