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

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