以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- 解锁所有表的行 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=113386) |
-- 作者:有点甜 -- 发布时间:2018/1/15 9:26:00 -- For each t as table in tables For Each r As Row In t.rows r.locked = False Next Next |
-- 作者:有点甜 -- 发布时间:2018/1/15 9:37:00 -- For Each t As Table In Tables t.AllowEdit = True For Each r As Row In t.rows r.locked = False Next Next |