VBA中Range的使用方法-Excel VBA学习
·
选定区域拷贝以下代码报错:
ActiveChart.SetSourceData Source:=Sheet4.Range(Cells(1, 1), Cells(max, sampleNo + 1))
ActiveChart.SetSourceData Source:=Sheet4.Range(Cells(1, 1).address, Cells(max, sampleNo + 1).address)
更多推荐

所有评论(0)