Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在第一次在 word 2003 中使用 Visual Basic。我想知道是否有办法跳转到另一个页码。
我有一个复选框,如果该复选框为真,它必须将我重定向到第 5 页。我知道如何确定复选框是否为真,但我无法弄清楚跳转到第 5 页的部分。
有人可以帮我解决这个问题吗?
谢谢你的努力!
使用这段代码:
Selection.GoTo wdGoToPage, wdGoToAbsolute, 5 'your page number here