标签: vba excel-vba excel
我想将列表框中的值设置为单元格但是当我选择项目时,单元格会收到值FALSE
Private Sub CommandButton2_Click() ActiveCell.Value = ListBox1.Selected(Item) End Sub