R
Rolando Tonin
I wrote an Excel COM-AddIn in C# with many library functions to customize
and automation our worksheets modules. This C# libraries use
Microsoft.Office.Interop.Excel.Workbook object from COM-AddIn startup events
to fill worksheets.
Now I write an ActionsPane Project and I want to use this libraries for the
same work but the Globals.ThisWorkBook is an
Microsoft.Office.Tools.Excel.Workbook and this code:
(Microsoft.Office.Interop.Excel.Workbook) Globals.ThisWorkBook
don't work. What can I do?.
thanks for the answers
and automation our worksheets modules. This C# libraries use
Microsoft.Office.Interop.Excel.Workbook object from COM-AddIn startup events
to fill worksheets.
Now I write an ActionsPane Project and I want to use this libraries for the
same work but the Globals.ThisWorkBook is an
Microsoft.Office.Tools.Excel.Workbook and this code:
(Microsoft.Office.Interop.Excel.Workbook) Globals.ThisWorkBook
don't work. What can I do?.
thanks for the answers