MS Excel
TalSolution
Saving Center
MS Excel
MS Access
SQL
Google Blogger
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)
Newer Post
Older Post
Home