‎2009 Feb 13 10:37 AM
Hi All,
I am downloading an Excel file using OLE.
The issue is while the file is downloading & if I open an another Excel file, the data gets start written into new excel file opened.
Please reply fast.
Tejas.
‎2009 Feb 13 10:59 AM
That doesn't seem like a problem, it's more like a feature. You are using OLE, Object Linking and embedding, which means the data will make itself room in the active document, or a new one if there's no active spreadsheet.
‎2009 Feb 13 11:06 AM
Hi, thnaks for the reply..
Is there any solution for this?
Tejas.
‎2009 Feb 13 11:09 AM
Maybe you can use a different FM, one that downloads the .xls file and then you open it up wherever you want.