Word's pagenumber

M

Mustafa

How can I get programmatically the page number of a selected word?

Thanx in advance.
 
S

Snoopy

Selection.Information(wdActiveEndPageNumber)
cept it doesn't matter if the word is selected, just gives the page you're
cursor is currently on.
 
M

Mustafa

Thank you Snoopy

Snoopy said:
Selection.Information(wdActiveEndPageNumber)
cept it doesn't matter if the word is selected, just gives the page you're
cursor is currently on.
 
Top