excel中VBA编程中怎么引用其他单元格的数据。

日期:2016-09-26 10:57:03 人气:2

excel中VBA编程中怎么引用其他单元格的数据。

Cells(2, 5) = sheets("数据区").cell(5, 8) & sheets("数据区").cell(5, 18 + j) 试下
    A+
热门评论