Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If an excel file which includes RTD formulas is opened, then the RTD
components [written in C#] constructor and connect_data methods are called before workbook_open event which occurs in Excel. My impression was that the workbook_open event gets fired before the RTD methods are called. This is a problem for me as I have about 100 RTD formulas spread across different worksheets in the Excel workbook. I was hoping to intercept the workbook_open event and disable calculations on the inactive worksheets and only allow the active worksheets to calculate. However, I am unable to do that just because the RTD Component constructor and Connect_Data methods are being called before the workbook_open event. I am using .Net 2.0 and Office 2003. Is there any solution to my problem? Please let me know. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook_Open event not called when workbook forced to re-open in read-only mode. | Excel Programming | |||
workbook_open not being called when I open the excel file | Excel Programming | |||
Run Workbook_Open only if called | Excel Programming | |||
Run Workbook_Open only if called | Excel Programming | |||
excel vba workbook_open event does not work help please | Excel Programming |