Aug 29, 2007 #1 teakandme MIS Joined Jun 10, 2004 Messages 57 Location US does anyone know what to use to create a macro to telnet to a remote system (AIX) from excel.
Aug 30, 2007 #2 vbMax Programmer Joined Jul 16, 2001 Messages 92 Location US Enter the following line in your macro (changing the IP address): Shell "telnet 170.21.1.7", 1 - vbMax Upvote 0 Downvote
Enter the following line in your macro (changing the IP address): Shell "telnet 170.21.1.7", 1 - vbMax