View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WStoreyII[_2_] WStoreyII[_2_] is offline
external usenet poster
 
Posts: 5
Default Xml Export Question

I have a form in excel 2003 pro which is bound to a xml schema a
simple schema that consist of a node email
which has the following nodes
to,from,body
my question is this
mapping the xml to the form in excel is easy and exporting it is to.

but what i need to be able to do is to append this email node to a xml
document with a root node of emails. this way it will ahve a the root
emails and then all of the emails that are created in excel.

How can this be done?

WStoreyII