K
kealaz
Hello,
In a bit of code that I got from this site, there is this line.
For I = 1 To 6
Which tells the scrip to use the values in column 1 thru six of my combo
box. I just want to use columns 2, 4, and 6. What is the proper syntax to
use to make this change. I have tried 2, 4, 6 but does not work. Actually
I've tried several things. 2 or 4 or 6 does not work either, as I would like
3 values at my result, not just 1.
Thank you for all your help with this.
In a bit of code that I got from this site, there is this line.
For I = 1 To 6
Which tells the scrip to use the values in column 1 thru six of my combo
box. I just want to use columns 2, 4, and 6. What is the proper syntax to
use to make this change. I have tried 2, 4, 6 but does not work. Actually
I've tried several things. 2 or 4 or 6 does not work either, as I would like
3 values at my result, not just 1.
Thank you for all your help with this.