V
vasuki.ramakrishna
using vbscript I am trying to serach for a specific text in a word
file and if the text is found it will highlighted. But i also want to
know the page number where the text is found.
I am using the wdActiveEndPageNumber object to acheive this But for
some reason it is returing the value "1" even if the text is found at
5th page. Can anyone please help me with this
currentPageNumber = objSelection.Information(wdActiveEndPageNumber)
file and if the text is found it will highlighted. But i also want to
know the page number where the text is found.
I am using the wdActiveEndPageNumber object to acheive this But for
some reason it is returing the value "1" even if the text is found at
5th page. Can anyone please help me with this
currentPageNumber = objSelection.Information(wdActiveEndPageNumber)