Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while Excel Downloading using OLE

Former Member
0 Likes
796

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.

3 REPLIES 3
Read only

Former Member
0 Likes
615

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.

Read only

0 Likes
615

Hi, thnaks for the reply..

Is there any solution for this?

Tejas.

Read only

Former Member
0 Likes
615

Maybe you can use a different FM, one that downloads the .xls file and then you open it up wherever you want.