View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default XML Data Island in Excel Workbook?

How much XML ?

--
Tim Williams
Palo Alto, CA


"Todd Larson" wrote in message
...
My current challenge requires me to keep some xml data with the Excel
workbooks created for my application. This way, the workbooks can exist

by
themselves and be e-mailed around without losing functionality.

My big question is: What is the best way to keep XML data with an Excel
Workbook for future use? The concept would be similar to an XML data

island
in an HTML page. Some ideas I've kicked around are storing it as plain

text
in a hidden sheet, or embedding an XML file object somewhere.

I need to be able to read and write to the xml data. The kicker is that I
also need to support Office 2k and higher.

Suggestions are more than appreciated, thanks in advance.

Todd Larson