Thread: XML Web Imports
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
naive14 naive14 is offline
external usenet poster
 
Posts: 10
Default XML Web Imports

Hi,

I've been using QueryTables to import the contents of csv files from the web
into excel sheets.

There is an xml web page I would like to import into an excel sheet exactly
as it is viewed in Internet Explorer.

How can I do this. When I try code that worked with csv files, I get an
error message pop up that says "an xml error has occurred" and under details
that "www.w3.org/TR/WD-xsl namespace no longer supported".


thanks for your help.