excel - How to copy a VSTO Document level worksheet without registery installation? -
I understand that when I create a workbook VSTO solution, let me resolve the solution (implicitly or clearly) in the registry the wanted . Keeps this in mind while developing VS.
What if I want to give more physical names than physical names and reuse the VSTO code?
A simple copy / paste workbook will not be a course of the file. I do not want to register every new workbook in the Windows Registry because it can cause serious problems.
The typical case will be: Say that a user workbook collects monthly data in the xlsx file. You need to run different VSTO codes in each workbook xlsx file. As a result you end 12 sheets per year. Using VBA, you can easily copy and rename files - how to do the same when VSTO is used?
I thought about using a template, but I wanted to ask before I wasted time before. / P>
I am using VS2010, C #, Excel 2007.
Comments
Post a Comment