how to find whether the current page number is odd or even
J Jonathan West Apr 28, 2004 #2 Read the property Selection.Information(wdActiveEndPageNumber), and check whether it is odd or even.