July 24th, 2008, 07:21 PM
|
#1 (permalink)
|
| Junior Member
Join Date: Jul 2008
Posts: 3
| VB 6.0 import csv file into combo (drop down) box.
Ok, i am writing a program in VB 6.0 and have only limited experience with it.
I have a combo box that for the life of me I cannot populate.
I have a csv file (facility.csv) that has about 100 entries in it. I want to import that file so that the drop down will show everything in the csv file. That way I only have to edit that csv file when I add things. Is there any easy way to do this under Private Sub cmbFACILITY_Change() or anywhere else? Any help would be appreciated. |
| |