在excel里面编辑了如下代码,可以顺利运行 Sheets("Jan").Range("a1:b1").Copy Sheets(i & "yue").Cells(1, 1) For Each rn In Sheets("Jan").Range(cells(1,1 ...
It is the very first thing you must check before doing anything else. If the corresponding Workbook is unavailable or not selected when compiling the VBA script ...