To retrieve the result from a single-select list box, return the Value property. For example: MsgBox "You chose this entry from the list box: " & lstBattery ...
確定! 回上一頁