View Single Post
  #1   Report Post  
Posted to microsoft.public.vb.com,microsoft.public.excel.programming
Aaron Graham Aaron Graham is offline
external usenet poster
 
Posts: 4
Default Using Excel to handle Com callback procedures

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