Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Runnig Windows XP and have a reference to Excel 10 in C#. Have modified the
Interop.Excel.dll to handle excel events in C# using KB article 316653. After making the "_SinkHelper" classes public I have the following problem: Starting Excel from C# the application area of Excel showing the worksheet itself is transparent and it is not possible to see any part of a worksheet. Starting excel the normal way everything looks fine. What has happened? Do I need to make any additional settings? Any help appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When you start Excel with automation a new default workbook is not added
(nor are any addins loaded nor any files from the XLstart folder such as Personal). So add a new workbook. Regards, Peter T "ojv" wrote in message ... Runnig Windows XP and have a reference to Excel 10 in C#. Have modified the Interop.Excel.dll to handle excel events in C# using KB article 316653. After making the "_SinkHelper" classes public I have the following problem: Starting Excel from C# the application area of Excel showing the worksheet itself is transparent and it is not possible to see any part of a worksheet. Starting excel the normal way everything looks fine. What has happened? Do I need to make any additional settings? Any help appreciated. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
So simple. Thx.
"Peter T" wrote: When you start Excel with automation a new default workbook is not added (nor are any addins loaded nor any files from the XLstart folder such as Personal). So add a new workbook. Regards, Peter T "ojv" wrote in message ... Runnig Windows XP and have a reference to Excel 10 in C#. Have modified the Interop.Excel.dll to handle excel events in C# using KB article 316653. After making the "_SinkHelper" classes public I have the following problem: Starting Excel from C# the application area of Excel showing the worksheet itself is transparent and it is not possible to see any part of a worksheet. Starting excel the normal way everything looks fine. What has happened? Do I need to make any additional settings? Any help appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|