Im currently converting VB.ComboBox to MSForms.ComboBox due to unicode issue.

Is there anyway to imitate the following code?

Code:
cmb.ItemData(cmb.NewIndex) = 0
MSForms.ComboBox doesn't support .ItemData and .NewIndex anymore.
I'm greatly appreciate for responses