View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stu Stu is offline
external usenet poster
 
Posts: 29
Default XML mapping in Excel

I have hundreds of existing spreadsheets that I want to gather into a DB.
Basically it is a form that project managers fill out and return with info on
their projects. I created a schema and mapped elements to cells on one of the
existing forms. This worked great when I imported the XML in Access. However
I discovered that when I import the schema into another spreadsheet the map
does not follow and I have to map every cell again in every one of those
hundreds of spreadsheets. Is there a way to automate this or to apply a map
to the other spreadsheets? Thanks.