Hi,
I have a macro from attachmate that transfers data to an excel file. My problem is that i can't get these lines to work correctly (code that I use from Attachmate Extra!).
Set obj = Getobject("H:\ultimate.xls")
if obj is nothing then
set obj = CreateObject("Excel.Application")...