
| Subject: | MS Office eventhandling |
| Posted by: | Ryholt SoftCon |
| Date: | Mon, 27 Oct 2008 |
I am new to Delphi (2009, trial version), but not to VB 6.0 and C# (all versions).
I have performed Import Component and imported Microsoft Office 9.0 Object Library (the one for office 2000).
My code is called from excel with the worlbook as parameter and I use the workbook's application property to add new menus etc.
This works just fine, but I have no clue of how to setup event handlers for the menu item's click events.
In VB/VBA and .net (C#) this is so simple and I expect it to be simple in Delphi as well.
Can anyone direct me a bit ?