have the following code in VB (excel), would like to know if it's possible to modify it and use in Autoit. Set Txt = CreateObject("PCOMM.autECLPS") Set Clist = CreateObject("PCOMM.autECLConnlist") Set Oia = CreateObject("PCOMM.autECLOIA") Session = Sheets("RKDS").[A1].Value Txt.setconnectionbyname Session Oia.setconnectionbyname Session . . . . . . Cells(2, 2).Value = Txt.GetText(20, 30, 1) is it possible to modify it ?