N
North Wales
Hi,
I have found the following code on here to get to the next page.
MyPage = Selection.Information(wdActiveEndPageNumber)
Selection.GoTo What:=wdGoToPage, Name:=MyPage + 1
But what if there is no next page?
How could i adapt this so that if there is no next page it creates one and
moves to it
I have found the following code on here to get to the next page.
MyPage = Selection.Information(wdActiveEndPageNumber)
Selection.GoTo What:=wdGoToPage, Name:=MyPage + 1
But what if there is no next page?
How could i adapt this so that if there is no next page it creates one and
moves to it