Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.vb.com,microsoft.public.excel.programming
|
|||
|
|||
![]()
I am relatively new to VBA. I am trying to access an SDK which requires
that I subscribe to callbacks to handle events. I am trying to handle this in an Excel 2000 or XP workbook using VBA. Is this possible? If so here is the reqired info I need, where do I find this info: Application name: CLSID (or ProgID): GUID Aaron Graham |
#2
![]()
Posted to microsoft.public.vb.com,microsoft.public.excel.programming
|
|||
|
|||
![]()
Anyone have any ideas????
In article , Aaron Graham wrote: I am relatively new to VBA. I am trying to access an SDK which requires that I subscribe to callbacks to handle events. I am trying to handle this in an Excel 2000 or XP workbook using VBA. Is this possible? If so here is the reqired info I need, where do I find this info: Application name: CLSID (or ProgID): GUID Aaron Graham -- o_o_o_o /| ,[_____], |ŻŻŻL --O|||||||O- ()_)Ż()_) ŻŻŻŻŻ )_) |
#3
![]()
Posted to microsoft.public.vb.com,microsoft.public.excel.programming
|
|||
|
|||
![]()
On Tue, 03 Feb 2004 14:16:05 -0500, Aaron Graham wrote:
¤ I am relatively new to VBA. I am trying to access an SDK which requires ¤ that I subscribe to callbacks to handle events. I am trying to handle ¤ this in an Excel 2000 or XP workbook using VBA. ¤ ¤ Is this possible? If so here is the reqired info I need, where do I ¤ find this info: What kind of events, those from Excel or from another application? Paul ~~~ Microsoft MVP (Visual Basic) |
#4
![]()
Posted to microsoft.public.vb.com,microsoft.public.excel.programming
|
|||
|
|||
![]()
These are Com events from another application.
In article , Paul Clement wrote: On Tue, 03 Feb 2004 14:16:05 -0500, Aaron Graham wrote: ¤ I am relatively new to VBA. I am trying to access an SDK which requires ¤ that I subscribe to callbacks to handle events. I am trying to handle ¤ this in an Excel 2000 or XP workbook using VBA. ¤ ¤ Is this possible? If so here is the reqired info I need, where do I ¤ find this info: What kind of events, those from Excel or from another application? Paul ~~~ Microsoft MVP (Visual Basic) -- o_o_o_o /| ,[_____], |ŻŻŻL --O|||||||O- ()_)Ż()_) ŻŻŻŻŻ )_) |
#5
![]()
Posted to microsoft.public.vb.com,microsoft.public.excel.programming
|
|||
|
|||
![]()
If they are 'ActiveX' COM events, look at the VBA WithEvents keyword.
Otherwise, take a look at the AddressOf keyword. -- aGraham wrote in message ... These are Com events from another application. In article , Paul Clement wrote: On Tue, 03 Feb 2004 14:16:05 -0500, Aaron Graham wrote: ¤ I am relatively new to VBA. I am trying to access an SDK which requires ¤ that I subscribe to callbacks to handle events. I am trying to handle ¤ this in an Excel 2000 or XP workbook using VBA. ¤ ¤ Is this possible? If so here is the reqired info I need, where do I ¤ find this info: What kind of events, those from Excel or from another application? Paul ~~~ Microsoft MVP (Visual Basic) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I import SQL Stored Procedures into Excel? | Excel Discussion (Misc queries) | |||
How to connect Excel to stored procedures in SQL database? | Excel Discussion (Misc queries) | |||
Fill handle turned into a move handle | Excel Discussion (Misc queries) | |||
Running sql stored procedures from Excel | Excel Discussion (Misc queries) | |||
RTD Callback and CIS with firewall | Excel Programming |