How can I save workbooks from an excel template without the code nor the actions pane. i want to save simple workbooks having the data that was retrieved by the template.
Thanks,
samsam
How can I save workbooks from an excel template without the code nor the actions pane. i want to save simple workbooks having the data that was retrieved by the template.
Thanks,
samsam
Saving workbook from template without code & action pane
Tony Toews
You can remove a VSTO customization by calling the RemoveCustomization method on the workbook (Microsoft.Office.Tools.Excel.Workbook.RemoveCustomization). This method removes the Runtime Storage Control from the document, and deletes the _AssemblyName and _AssemblyLocation from the custom properties.
For more information, see http://msdn2.microsoft.com/en-us/library/8fza57cs(VS.80).aspx
Kathleen McGrath
http://blogs.msdn.com/vsto2/