pardreamer
New member
- Joined
- Jun 22, 2007
- Messages
- 1
- Programming Experience
- Beginner
Hi all,
I am a newbie, please help me with this:
I have an excel file with 3 columns of data:
Size A B
001 1.000 1.250
002 2.000 3.000
003 2.500 3.750
....
...
999 25.075 27.225
1. How do I populate a combo box with 1000 sizes without using Items.Add("001")?
2. My output will be A+B, for example, if user selects 003, then output is 6.250? How do I assign A and B values without using 1000 If-Then statements?
thanks very much,
Jimmy
I am a newbie, please help me with this:
I have an excel file with 3 columns of data:
Size A B
001 1.000 1.250
002 2.000 3.000
003 2.500 3.750
....
...
999 25.075 27.225
1. How do I populate a combo box with 1000 sizes without using Items.Add("001")?
2. My output will be A+B, for example, if user selects 003, then output is 6.250? How do I assign A and B values without using 1000 If-Then statements?
thanks very much,
Jimmy
Last edited: