View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chelo chelo is offline
external usenet poster
 
Posts: 4
Default Parsing XML data into worksheets

Hi,
I work with XML files that have over 300 elements XL cannot placed them all
in columns, I think only about 255 columns are allowed. I am only interested
in part of the data in these XML files.

Q: How can I import sections of the XML into a worksheet?

Thanks.