G
Guest
hi!
I use this in a form
Dim myrange3 As Range
Setmyrange3 = Sheets("kursister").Range("kursister")
For Each c In myrange3
kursist2.AddItem c.Value
Next
In the sheets i have the format 01- 02 - 03 and so on.
how can i get this format into my combobox, now i get 1 - 2-3 an so on
Best regards
alvin
I use this in a form
Dim myrange3 As Range
Setmyrange3 = Sheets("kursister").Range("kursister")
For Each c In myrange3
kursist2.AddItem c.Value
Next
In the sheets i have the format 01- 02 - 03 and so on.
how can i get this format into my combobox, now i get 1 - 2-3 an so on
Best regards
alvin