creating combo boxes

  • Thread starter Thread starter Mary
  • Start date Start date
M

Mary

Hi,
I am trying to create controls (combo boxes) at run time.
I have tried different things ans nothing seams working.

One of the things that I have tried is:

For i = 0 To 10
Load Combo5(i) -> Here I receive an error 'Type mismatch'
next

Mary
 
Look at CreateControl function in online help. but you have to open form in
design mode.
also you can place enough hidden combos on the form, and then make visible
ones you need
 
Back
Top