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

dowload data to excel multiple tabs

Former Member
0 Likes
476

Hi frds,

By using OLE i can able to download dat to 3 tabs in ecel sheet But how can we add 4 th tab to excel sheet by using OLE.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
437

Hi,

Follow This Link,

http://wiki.sdn.sap.com/wiki/display/Snippets/MultiplesheetExcelDocumentfromSAPusing+OLE

I think These sort out Your Scenario.....

Regards,

Raghava Channooru

Read only

Former Member
0 Likes
437

hi,

We can provide the number of sheets required using the 'SET' property of excel.

set property of w_excel 'sheetsinnewworkbook' = 5.

Regards

harris