J
Jareckipw
Hello
I have one problem in vba. I have combo box, which has e.g. 3 columns.
Then I want to add items to suitable columns without using ";"
separator.
cmb_name.additem "string1" + ";" + "string2" + ";" + "string3"
becease string1, string2, string3 can contain ";" mark as well
please give me any solution, which solves this problem.
thanks
I have one problem in vba. I have combo box, which has e.g. 3 columns.
Then I want to add items to suitable columns without using ";"
separator.
cmb_name.additem "string1" + ";" + "string2" + ";" + "string3"
becease string1, string2, string3 can contain ";" mark as well
please give me any solution, which solves this problem.
thanks