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

export one column to excel 3

Status
Not open for further replies.

JoanaSantos

Programmer
Feb 24, 2015
33
EU
Hi,

how can I export one column from access to excel? using access vba

thanks
 
Have a look at the DoCmd.TransferSpreadsheet method.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Hi,

So you want to get a column of data into Excel.

I'd do it all directly in Excel, running an automatic query to pull that data in from your Access table each time the workbook opens. That would give the user(s) the latest up-to-date list.

Check out Data > Get External Data
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top