Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export as .csv via vba

Status
Not open for further replies.

GrantyJPS

Programmer
Nov 17, 2003
2
GB
Hi all,

in my current project, I need to manipulate a business objects report from an Access database, then export the resulting data as a .csv file so I can use the data later on.

The manipulation part is all done and fine, but I can't seem to be able to export as a .csv file programmatically (Although I can via the GUI Data-->Data Manager-->Export etc). ExportasText/Html/RTF/PDF arent doing the job as they all contain lots of formatting characters/headers or the data is space-delimited.

Does anyone know how to export just the result set as a non-formatted .csv file?

Thanks in advance
J.
 
No dice there, it only shows how to export in the formatted file types :(

Thanks for replying tho.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top