Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question on callback from COM object
#2
Type var=cc.ContextServer
var._setevents(...)

example with Excel
Macro Macro2019
Code:
Copy      Help
ExcelSheet es.Init
;es.ws.Application._setevents("es_AppEvents") ;;error
Excel.Application appVar=es.ws.Application; appVar._setevents("appVar_AppEvents")
opt waitmsg 1
10


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)