ole_in.activesheet.Range("a65536").End(xlUp).Row出现错误
ole_in.activesheet.Range("a65536").End(xlUp).Row出现错误
欲实现功能:得到 “A列最后一个单元格所占的行数”
错误:
Warning c0014:Undefined variable:xlup
谢谢各位了!
[解决办法]
Const long xlUp = -4162
[解决办法]
Excel ?
查一下VBA for Excel
发布时间: 2012-03-12 12:45:33 作者: rapoo
ole_in.activesheet.Range("a65536").End(xlUp).Row出现错误
ole_in.activesheet.Range("a65536").End(xlUp).Row出现错误
欲实现功能:得到 “A列最后一个单元格所占的行数”
错误:
Warning c0014:Undefined variable:xlup
谢谢各位了!
[解决办法]
Const long xlUp = -4162
[解决办法]
Excel ?
查一下VBA for Excel