Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Leona Wright   on Jan 03 In MS Office Category.

  
Question Answered By: Jakson Williams   on Jan 03

You would step through each character in a string (the whole or part of the
XML file) and compare each character "<"

when you found it you would then continue to step through the string comparing
each character with ">", other characters would be added to a string variable.

When you hit the ">" You would (either in the process or subsequently) test
the content of the string variable to see if it represented a valid numerical
value.

Then you would make the value of the relevant cell in your spreadsheet equal
to either the numeric value (using cLng or a similar casting function) or the
string value directly.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on XML Parser: Reading between angle bracket Or get search suggestion and latest updates.


Tagged: