I develop “Excel 2007 add-in” and use “Microsoft.Office.Interop.Excel.Application.ActiveSheet”. How can I save it in separate file?
I develop Excel 2007 add-in and use Microsoft.Office.Interop.Excel.Application.ActiveSheet. How can I save it in
Share
I found post explaining how to save active sheet in VB.NET:
But you can try this logic in C#, switching active sheets and saving each separately
This should save them in seperate workbooks…
And now in C#: