以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]选定整表 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=140206) |
-- 作者:lgj716330 -- 发布时间:2019/8/31 19:41:00 -- [求助]选定整表 With Tables("统计表_Table1") .Select(0,0, .Rows.Count -1, .Cols.Count -1) End With 这里选定的时候如何把统计表的汇总行也包括进去
|
-- 作者:y2287958 -- 发布时间:2019/8/31 21:17:00 -- With Tables("采购") .Select(0,0, .Rows.Count(True) -1, .Cols.Count -1) End With |