Im currently converting VB.ComboBox to MSForms.ComboBox due to unicode issue.
Is there anyway to imitate the following code?
MSForms.ComboBox doesn't support .ItemData and .NewIndex anymore.Code:cmb.ItemData(cmb.NewIndex) = 0
I'm greatly appreciate for responses




Reply With Quote