Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

Excel简单一键求和 Autohotkey 5075

作者为 发表

Autohotkey

MButton::
xl := ComObjActive("Excel.Application")
col := xl.Selection.Address ;选择的单元格
RegExMatch(col,"\$(\w+)\$(\d*)", m)
xl.Selection.Value := "=SUM($" m1 "$1:$" m1 "$" m2-1 ")"
return



评论给 sunwind 5个评论



sunwind 2016年12月15日 的 22:30

一键对整数求和、对负数求和;
或者对时间字段 求总通话时长


友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 2.652 seconds |