I am working on a complicated Microsoft Excel application which needs to send data (namely, strings) to a VB.NET application (.NET v2.0). I am not interested in using any type of intermediate storage to accomplish this task (no writing to files, creating databases, using the registry, etc...). I simply want to pipe data directly from a VBA module to a VB.NET application.
Additionally, the data is NOT available on an Excel worksheet--it is a variable in a module. Therefore, using VB.NET to read from an open Excel worksheet is not a viable solution.
Is this possible? If so, how does one accomplish this task?
Thanks so much for your help!
Additionally, the data is NOT available on an Excel worksheet--it is a variable in a module. Therefore, using VB.NET to read from an open Excel worksheet is not a viable solution.
Is this possible? If so, how does one accomplish this task?
Thanks so much for your help!