摘要:
1、如何复制 按平时的操作习惯可以知道,只需定位第1个位置即可。 '如果想通过复制/粘贴方式呢,只需指定第1个单元格即可. With Workbooks("验证Range.xls").Sheets(2) .Range("A1").CurrentRegion.Copy Destination:=Workbooks("book2.xls").Sheets(3).Range("A1") End With... 阅读全文
posted @ 2011-04-26 20:14
surfacetension
阅读(2579)
评论(0)
推荐(0)