I have made a simple console app that takes data entered into it, transforms the data into the correct format, and submits it to an online database. The console app just needs the data entered into it, and it will do the rest.
For example, I would type something like this: "Description text [Enter]", "Customer name [Enter]", etc., etc.
I have several Excel workbooks that I would like to use this app. But I don't know how to use VBA to do the following:
- Run the Console App
- Enter text into the console app from VBA for Excel.
How do I do this? Do I need to add additional references for Excel? Is this possible? If this isn't possible, what would you recommend doing instead?
Thank you in advance! This community has really helped so far.