Office中国论坛/Access中国论坛
标题:
[求助]怎样得到一个区域的行数和列数
[打印本页]
作者:
lgfhplh
时间:
2006-8-13 18:30
标题:
[求助]怎样得到一个区域的行数和列数
请教各位高手
Sub Macro1()
Dim aa As Range
With Sheet3
Range("A2").Select
Set aa = Selection.CurrentRegion
t = aa.Address(ReferenceStyle:=xlR1C1)
End With
End Sub
这段代码能得到一个区域.例如:B2:G12.那么,怎么把这个区域的
列数6
和
行数11
赋给2个变量x,y呢?
作者:
lgfhplh
时间:
2006-8-13 20:01
已经解决了
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3