J
Jack
Hi,
I have job to verify data available in doc/rtf files. For verification
I am opening file in the instance of WinWord(MS Word) application. I
do the process page by page for detailed comparison.
The actual problem starts when I shift cursor to any pages using
following code :
MsWord.Selection.GoTo(Word.WdGoToItem.wdGoToPage, _
Word.WdGoToDirection.wdGoToAbsolute, IntCounter)
Here [ IntCounter ] is variable for page counter.
Statement executes perfectly and cursor sifted to exact starting
position of page. But the first line of the page shifted at the
bottom of the upper page. As result such data not verified.
I have job to verify data available in doc/rtf files. For verification
I am opening file in the instance of WinWord(MS Word) application. I
do the process page by page for detailed comparison.
The actual problem starts when I shift cursor to any pages using
following code :
MsWord.Selection.GoTo(Word.WdGoToItem.wdGoToPage, _
Word.WdGoToDirection.wdGoToAbsolute, IntCounter)
Here [ IntCounter ] is variable for page counter.
Statement executes perfectly and cursor sifted to exact starting
position of page. But the first line of the page shifted at the
bottom of the upper page. As result such data not verified.