我刚刚尝试将工作簿发送给一个朋友,该朋友有一个带有下拉框的图表。在 excel 2007 中,我使用过:
If Chart2.Shapes(2).ControlFormat.ListCount = "16" Then
检查列表的大小,使其不会再次进入(导致重复自身的极长列表)。此行在 Excel 2007 中运行良好,但Object doesn't support this property or method.
在 Excel 2002 中出现错误。
2002 年和 2007 年使用形状有什么区别?