Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/vba/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vba 使用visual basic跳转到word中的另一页_Vba_Word 2003 - Fatal编程技术网

Vba 使用visual basic跳转到word中的另一页

Vba 使用visual basic跳转到word中的另一页,vba,word-2003,Vba,Word 2003,我现在在word 2003中第一次使用visual basic。 我想知道是否有办法跳转到另一个页码 我有一个复选框,如果该复选框是真的,它必须重定向我,让我说第5页。我知道如何找出一个复选框是否为真,但我不知道跳转到第5页的部分 谁能帮我做这个吗 谢谢你的努力 使用以下代码片段: Selection.GoTo wdGoToPage, wdGoToAbsolute, 5 'your page number here 可能值得下载:它确实有用!谢谢你的帖子,但是我在这个帮助文件中找不到我问题的答

我现在在word 2003中第一次使用visual basic。 我想知道是否有办法跳转到另一个页码

我有一个复选框,如果该复选框是真的,它必须重定向我,让我说第5页。我知道如何找出一个复选框是否为真,但我不知道跳转到第5页的部分

谁能帮我做这个吗


谢谢你的努力

使用以下代码片段:

Selection.GoTo wdGoToPage, wdGoToAbsolute, 5 'your page number here

可能值得下载:它确实有用!谢谢你的帖子,但是我在这个帮助文件中找不到我问题的答案。它在那里吗?我只是简单地忽略了它吗?