View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark[_36_] Mark[_36_] is offline
external usenet poster
 
Posts: 39
Default xml parser in Excel

Replying to my own post. I am using Office XP if thats any help. Found bits
and pieces of tutorial stuff on msdn about xml but it was only for Office
2003

Basically i just want to parse a string through an XML parser in VBA. That
must be possible! XML been round for years!

Mark



"Mark" wrote in message
...
Hi NG

I have some meta-data stored as text in cells in a worksheet e.g.
<info<typebase</type<versiontest</version</info

I want to start an XML parser in VBA and parse the above line to my

program.

Does any of you have any comments on how that is accomplished in Excel?

Regards
Mark