I have a xml file contains some long numbers (20 characters)
When I use vba to import the xml to excel, excel automatically converts it
to a scientific number such as 3.222E19 with last 6 characters replaced by 0
. I want the entire 20 characters as a text.
How to solve it?
Thank you