I have a VBA library that does FTP, I would also like to make telnet. At the moment, I am cheating on a Perl script that makes telnet based on a text file, but I would like to connect a telnet connection from inside VBA. Does anyone have a source for this? I do not want to use an add-in, I need code to be standalone.
source
share