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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting Access listbox data to excel

Status
Not open for further replies.

tfoulkes

Technical User
Dec 5, 2003
17
GB

Hi all,

I've got a list box returning values in two columns.
I want to export this data to Excel to create charts etc.

I was wondering if anybody had any advice on how to do this?

Thanks
Tim
 
If the data is in a table the export it using

DoCmd.TransferSpreadsheet

dyarwood
 
Unfortunately it's not in a table.
The data is in a list box and is generated from VB code.
It is the result of a search which all works fine.

I've had a really good crack at this and can't work it out.

Ta!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top