FILL COMBOBOX in one shot only

User avatar
sal21
PlatinumLounger
Posts: 4334
Joined: 26 Apr 2010, 17:36

FILL COMBOBOX in one shot only

Post by sal21 »

I just have MyArr filled.

Possible to fill a combobox in "in one shot only" without to loop the array....?

User avatar
HansV
Administrator
Posts: 78236
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: FILL COMBOBOX in one shot only

Post by HansV »

Make sure that the combobox has the correct number of columns. You can then use

Code: Select all

ComboBox1.List = MyArr
Best wishes,
Hans