R
Rob Stewart
There appears to be a problem when CheckSpelling() is called on the range of
a single XML node - Word not only checks that node, but also anything after
that node
e.g.
<node1>Mouse</node1>
<node2>Mouze</node2> <--cursor is in this node in the document
<node2>Mousse</node2>
executing (VBA within Word):
Selection.XMLParentNode.Range.CheckSpelling()
will pick up the spelling errors in BOTH node 2 & 3...however I specifically
only want to check the node the cursor is in.
Any suggestions?
Cheers,
Rob
a single XML node - Word not only checks that node, but also anything after
that node
e.g.
<node1>Mouse</node1>
<node2>Mouze</node2> <--cursor is in this node in the document
<node2>Mousse</node2>
executing (VBA within Word):
Selection.XMLParentNode.Range.CheckSpelling()
will pick up the spelling errors in BOTH node 2 & 3...however I specifically
only want to check the node the cursor is in.
Any suggestions?
Cheers,
Rob