P
Philip
I am using the WORD object model and opening a WORD
document for the purpose of replacing various words. I
am selecting a RANGE using a start location of "0" and
then using the Document.Characters.Count property as the
end location (as suggested from MSDN). When I set the
RANGE and SELECT...... only about 90% of the document is
selected.
Any idea why this technique is not selecting the entire
document ?
Is there another technique that can be used with a RANGE
to select the entire document ?
Thanks
Philip
document for the purpose of replacing various words. I
am selecting a RANGE using a start location of "0" and
then using the Document.Characters.Count property as the
end location (as suggested from MSDN). When I set the
RANGE and SELECT...... only about 90% of the document is
selected.
Any idea why this technique is not selecting the entire
document ?
Is there another technique that can be used with a RANGE
to select the entire document ?
Thanks
Philip