How can I get programmatically the page number of a selected word? Thanx in advance.
M Mustafa Feb 22, 2004 #1 How can I get programmatically the page number of a selected word? Thanx in advance.
S Snoopy Feb 22, 2004 #2 Selection.Information(wdActiveEndPageNumber) cept it doesn't matter if the word is selected, just gives the page you're cursor is currently on.
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 Feb 22, 2004 #3 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. Click to expand...
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. Click to expand...