+ -
当前位置:首页 → 问答吧 → vba word 里面 表格 index 问题

vba word 里面 表格 index 问题

时间:2011-04-21

来源:互联网

怎么 选择 我当前光标所在的 word  表格

并且 获得 他的 index

之后 我想获取 index +1  他下面 的 个表格 怎么获取

作者: 龙月   发布时间: 2011-04-21

求高手帮忙啊。。

作者: 龙月   发布时间: 2011-04-21

可试试效果:If Selection.Information(wdWithInTable) = True Then Selection.GoToNext wdGoToTable

作者: sylun   发布时间: 2011-04-21