| 发表于:2007-04-05 16:14:23 楼主 |
问题1: for each nx in activedocument.shapes if instr(nx.name, "wordart ") then fs = fs + 2 msgbox fs next 上面代码是判断有没有插入艺术字的 我想在判断插入艺术字的样式,字体,字号要怎么样判断 问题2: msgbox activedocument.tables.count > 0 这个代码是判断有没有插入表格 我想在判断插入表格的列数 和 行数要怎么样判断 |
|
|
|
|