我在 Excel 工作表中有一个下拉列表,其中有一个分配的宏,该宏被写入返回下拉列表名称但徒劳无功
Private Sub Cmb()
'cmb is the assinged macro name
Workbooks("Test2").Worksheets("Sheet3").Activate
MsgBox ActiveSheet.Shapes(Application.Caller).Name
End Sub
它正在返回the item with specified name wasn't found
请帮我解决这个问题。我是 excel 的初学者。因此,如果包含详细说明,将不胜感激