Guest_imported
New member
- Jan 1, 1970
- 0
I’m converting an XML document to Excel 97 format through VBA. I’m assigning text values to cells by using the selectSingleNode.Text property. Here’s the problem: as soon as there’s an international character (example: eacute), the text string gets truncated at that position. My DTD already handles these as entities under ISO-8859-1 encoding. The XML document loads without any errors, and if I view it through Internet Explorer, all of the text shows. Does anyone have any ideas of what I could be overlooking?