Display specific item from ComboBox list

Below is example using LIST command to display the last item of the list. (use LISTCOUNT command to get total number of items in the list)

MsgBox frmCoveredBond.cboCountryOfIssuer.List(frmCoveredBond.cboCountryOfIssuer.ListCount - 1)