
current page of a document
Hi Chirstoph,
Depending on your doucment, one of the two will do the trick:
MsgBox Selection.Information(wdActiveEndAdjustedPageNumber)
MsgBox Selection.Information(wdActiveEndPageNumber)
Have a look at the VBA help file for the differences.
HTH
Quote:
> how can i find out the current page of a document (this one which is shown
> in the status bar of the document window)