I'm trying to get an old Excel macro to work. Based on the information on the first 2 columns, if would run a series of commands on an telnet-like terminal window (actually it's IBM eNetwork Personal Communications), and save some files to the harddisk.
I'm trying to adapt this technique using OpenOffice, or even Java, but I'm getting nowhere. I simply do not understand HOW Excel used to communicate with this telnet-like software.
So, my questions are:
- How may Excel use VBA to interact with other applications?
- Can it be done with ANY application?
- How?
- Is it possible to be done with OpenOffice? Any insights on how?