View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve[_36_] Steve[_36_] is offline
external usenet poster
 
Posts: 1
Default VBA macro for xml conversion?

I'm trying to use the method described in Knowledge Base
article 295005 to covert an Excel XML spreadsheet file
into a generic xml file using an xsl file I have supplied.
I can get the macro to run, and it produces a file, but
the file is empty. Any ideas why?
Thanks.