我想知道如何在当前页、下一页和计数器之间进行声明。
我有这个代码:
Dim docNew As Document
With ActiveDocument
Set Rng = .GoTo(What:=wdGoToNext)
Rng.Collapse wdCollapseStart
'Create a new document and adds a shape
我正在尝试将“ wdGoToNext
”改为“ CurrentPage
”(Set Rng = .GoTo(What:=ActualPage)
),但我不知道该怎么做。你能帮我吗?这个问题很简单,但我很难理解。