Guest_imported
New member
- Jan 1, 1970
- 0
I’m converting an XML document to MS Excel, through VBA. Fine. Everything runs smooth except for one little glitch, and I’m at my wit’s end with it. I’m losing my international characters (like eacute, for example). Here’s how I’m bringing the text to cells:
MyRange.Value = iNode.selectSingleNode("text()"
.Text
If, for example, the text value of the node would be “matériel”, all I would get is “mat”. The whole rest of the string gets truncated.
I’m going insane, please help
MyRange.Value = iNode.selectSingleNode("text()"
If, for example, the text value of the node would be “matériel”, all I would get is “mat”. The whole rest of the string gets truncated.
I’m going insane, please help