读书人

请教用vba在word里访问某一页

发布时间: 2012-02-24 16:30:39 作者: rapoo

请问用vba在word里访问某一页
比如我要访问第3页,或做搜索时限制搜索范围在第3页,该如何操作?

[解决办法]
可以参考一下这个帖子:http://pfsx.5d6d.com/redirect.php?tid=2542&goto=lastpost#lastpost
[解决办法]
你可以用这段代码试试:

VB code
Selection.Goto what:=wdGotoPage,count:=要访问的页数 

读书人网 >VBA

热点推荐