Thread: Reuse xmlMap
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KWarner KWarner is offline
external usenet poster
 
Posts: 9
Default Reuse xmlMap

I have 16 different tables (each in their own sheet) with the same structure.
Currently I am using 16 different xmlMaps to export the data to 16 xml files.
I thought it would probably be more efficient to use one map and remap the
elements. The things I have tried gives me an error (I don't remember the
exact wording or err number), something like "This element is already
mapped". Is there a way to perform this function?

Thanks for any help,
Kevin Warner