View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pat pat is offline
external usenet poster
 
Posts: 4
Default Trap Excel events from VB

I'm using automation to control Excel from a VB6 application.

Is there any way to trap events in the Excel worksheet from the VB code?
Note that I'm not using VBA but automating through VB6.

I've seen some postings about converting VB6 apps to a DLL to run their
functions from Excel VBA. This is not what I want to do.

Thanks!