Any ideas on asynchronous communications between Excel instances?
Here are a few options, but I have no real knowledge/code to implement any of them:
1) Windows messages
2) Invoke sub/func in other instance, which sets up an OnTime call to the sub/func that does the actual work and returns.
3) Named Pipes
4) DDE
5) Shared Workbooks (new in Excel)
Thanks,
Vesc
Here are a few options, but I have no real knowledge/code to implement any of them:
1) Windows messages
2) Invoke sub/func in other instance, which sets up an OnTime call to the sub/func that does the actual work and returns.
3) Named Pipes
4) DDE
5) Shared Workbooks (new in Excel)
Thanks,
Vesc