求助:CAD的VBA如何清除EXCEL中单元格的内容?
<p>求助:CAD的VBA如何清除EXCEL中单元格的内容?</p><p> ExcelSheet.Cells(1, 10).Select<br/> Selection.ClearContents</p><p> ExcelSheet.Cells(1, 10).Select<br/> ExcelSheet.Selection.ClearContents</p><p> ExcelSheet.Cells(1, 10).Select<br/> Set Excelcells = Excel.Activecells<br/> ExcelSheet.Selection.ClearContents</p><p>都不行。</p> <p>直接.clear 可以么?</p>
页:
[1]