Z
Zebra Code
hi all
i should copy the items of a combo to n other combos.
it's not a cycle:
With cboColor1
.Items.Add("ffffff")
.Items.Add("cecece")
...
.SelectedIndex = 0
End With
and the list may be long enough.
is there a quick way to replicate the content of combo1 to others without
copying its code?
tia, z.
i should copy the items of a combo to n other combos.
it's not a cycle:
With cboColor1
.Items.Add("ffffff")
.Items.Add("cecece")
...
.SelectedIndex = 0
End With
and the list may be long enough.
is there a quick way to replicate the content of combo1 to others without
copying its code?
tia, z.