Hi,
I want to use a VBA procedure to get data from Unix server directly to the worksheet.

I use a program called "CRT" by Vandyke.
The Protocol is telnet.
I have seen in the help of the program that i can define objects of type crt.session / dialog / etc.
But when i try this code :
set crt1 = crt.session

i got error that said "object required". I tried tools/references and the only relevant was to add the apllication crt.exe, but it did not help.
I do not have to use the CRT, if there is a better way.
I have also seen in some forum a suggestion to use shell function, which works but seems very not elegant and disabling.

Thanks in advance for any helper...