Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
have an Excel COM (C#) add-in. I implemented a ConnectionPoint to sync the
Workbook objects: //////////////////// [ComVisible(true)] [InterfaceType(ComInterfaceType.InterfaceIsIDispatc h), GuidAttribute("00024412-0000-0000-C000-000000000046")] public interface DExcelWorkbookEvents {[DispId(0x00000616)]void SheetSelectionChange(object Sh, object Target); // [DispId(0x00000130)]void Activate(); // THIS IS A COMMENT. NOT IMPLEMENTED } /////////////////////////// If I create a workbook and add the VBA macro to sink the SheetSelectionChange and Activate events, VBA will not receive the Activate event. So I have to implement all Workbook events in my C# Addin to allow VBA to get these events? using Excel 2003 and Visual Studio 2003 -- EB |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP I like to receive e-mail in Excel | Excel Discussion (Misc queries) | |||
How to receive e-mail using Excel VBA | Excel Programming | |||
Can I set up excel columns that receive a checkmark? | New Users to Excel | |||
Why do I receive OLE errors when saving an Excel file in VB? | Excel Programming | |||
I receive excel files in .csv and cannot get them to open up in a. | Excel Discussion (Misc queries) |