Hi,
I can't seem to find the equivilent VBA option for .Items which seems to be available to VB listboxes?
is there one?
I was hoping I could do something like
Is the only way to loop them and manualy build the CSV string?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I can't seem to find the equivilent VBA option for .Items which seems to be available to VB listboxes?
is there one?
I was hoping I could do something like
Code:
me.myField = join(myListBox.Items,",")
Is the only way to loop them and manualy build the CSV string?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts