msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to export data from SAP to Excel

 
Post new topic   Reply to topic    msvisual.com Forum Index -> OLE Automation
Author Message
myrka



Joined: 04 Oct 2007
Posts: 2

PostPosted: Wed Feb 14, 2007 3:37 am    Post subject: How to export data from SAP to Excel Reply with quote

How to export data from SAP to Excel ?

OLE ? ABAK ?
VBA ?
others ?

Marcin Karlewski

Archived from group: microsoft>public>vb>ole>automation
Back to top
View user's profile Send private message
Paul Clement



Joined: 04 Oct 2007
Posts: 1560

PostPosted: Thu Feb 15, 2007 1:25 pm    Post subject: Re: How to export data from SAP to Excel Reply with quote

On Tue, 13 Feb 2007 22:37:22 +0100, "myrka" wrote:

¤ How to export data from SAP to Excel ?
¤
¤ OLE ? ABAK ?
¤ VBA ?
¤ others ?

How about CSV or XML? Unfortunately I don't much of anything about exporting data from SAP.


Paul
~~~~
Microsoft MVP (Visual Basic)

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
how can I export linked tables to excel? Hi All, I have to linked tables I wish to export to excel. What code do I need to do so? = "SELECT SIR.* FROM ICP " & _ "INNER JOIN (SIR INNER JOIN SIRperIR " & _ "ON SIR.Id_SIR = SIRperIR.SIR) " & _ "ON ICP.Id_ICP = SIRperIR.IR " & _ "

how can I export linked tables to excel? Hi All, I have to linked tables I wish to export to excel. What code do I need to do so? = "SELECT SIR.* FROM ICP " & _ "INNER JOIN (SIR INNER JOIN SIRperIR " & _ "ON SIR.Id_SIR = SIRperIR.SIR) " & _ "ON ICP.Id_ICP = SIRperIR.IR " & _ "

how can I export linked tables to excel? Hi All, I have to linked tables I wish to export to excel. What code do I need to do so? = "SELECT SIR.* FROM ICP " & _ "INNER JOIN (SIR INNER JOIN SIRperIR " & _ "ON SIR.Id_SIR = SIRperIR.SIR) " & _ "ON ICP.Id_ICP = SIRperIR.IR " & _ "

Get Excel Data All, Using VB 6.0, I need to get the data out of an Excel sheet and insert it in an existing Access table. I'd like to do this strictly through VB rather than start an instance of Access and use the function. Any pointers? Thanks,

Missing Excel Data I am reading Excel Data into a Dataset in VB.net using the following code: Dim MyDataset as New Dataset() Dim strConn As String = Data Extended 8.0;HDR=YES'" Dim mySingleData
Post new topic   Reply to topic    msvisual.com Forum Index -> OLE Automation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group