rkaye & BrettHudson--
In your implementation of AddStringValue() where you are using a single property for the counter may cause problems if you have multiple workbooks created in the class. The counter has to be specific to a workbook; your implementation is global to the class. I am not sure what this will do to the internal xml's that are generated for each workbook. So caution here and test. The current release now has a property for managing the various counters which is an array for managing multiple workbooks.
Greg
↧