以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  保持电子表格的合并格式  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=139908)

--  作者:有点蓝
--  发布时间:2019/8/25 20:44:00
--  
Foxtable单元格合并只能做到这种效果:http://www.foxtable.com/webhelp/topics/1373.htm
--  作者:有点蓝
--  发布时间:2019/8/25 21:30:00
--  
for i as integer =1 to tables("xxx").rows
if tables("xxx").rows(i).isnull("列1") then tables("xxx").rows(i)("列1") = tables("xxx").rows(i-1)("列1")
next

--  作者:有点蓝
--  发布时间:2019/8/25 21:58:00
--  
这么简单的问题自己都没有能力解决么

for i as integer =1 to tables("xxx").rows.count - 1