View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jeffbanjo jeffbanjo is offline
external usenet poster
 
Posts: 4
Default Setting the namespace when doing a SaveAsXMLData

It seems that Excel picks
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance as the namespace when
saving mapped cells to a datafile. How do you set this to something
different or not have a xmlns attribute in the root at all?

Thanks!