View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sid DeLuca[_2_] Sid DeLuca[_2_] is offline
external usenet poster
 
Posts: 2
Default Excel 2003: Changing an XML Map

Is it possible, using Excel 2003, to add another element
to an XML map after the XML lists have been created?

For example, what if I map a bunch of elements from a
loaded .xsd file to cells. Then, the schema grows so I
then need to map another element. Is this possible
without removing all the cell mapping and attaching &
remapping the new .xsd file ??

Sid DeLuca