作者apologize (人生在世很惬意)
看板Visual_Basic
标题[VBA ] 请问一下关於AutoFill 部分
时间Fri Feb 13 16:39:42 2015
Selection.AutoFill Destination:=Range(Cells(8, 3), Cells(8, 28)),
Type:=xlFillDefault
这是我用Cells 写 AutoFill 就编译错误。
可是我这样写
SN = "C" + CStr(7 + 2 * i) + ":AB" + CStr(7 + 2 * i)
Selection.AutoFill Destination:=Range(SN), Type:=xlFillDefault
就可以编译,请问怎样用Cells 写AutoFill?
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 220.130.129.3
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Visual_Basic/M.1423816784.A.1FC.html
1F:推 ClubT: 错误讯息是啥? 02/13 17:08
2F:→ Catbert: Range(Cells(8, 3).address, Cells(8, 28).address) 02/17 12:54