Process id / Window handle late binding in Excel VBA -



Process id / Window handle late binding in Excel VBA -

i got problem regarding late binding, , hope there can help me. have searched google dry regarding issue, , solution not fit @ all.

i binding excel macro written in vba own programme communicate, works fine getobject(). getobject() gets random instance, , don't want since there can multiple instances open @ same time. when open excel through c# program, pass window handle , process id of newly opened instance arguments excel.

how can late binding in excel vba using either process id , / or window handle?

thanks in advance.

excel vba excel-vba com late-binding

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -