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
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