Exporting a table to Excel

  • Thread starter Thread starter Marlita
  • Start date Start date
M

Marlita

I have looked at all the other posts but I just need to know how to export a
simple table, as it is, to Excel.

Please help.

Thank you
 
On Wed, 28 Jan 2009 20:32:01 -0800, Marlita

Look in the help file: DoCmd.TransferSpreadsheet

-Tom.
Microsoft Access MVP
 
-or- you can try to build a macro... may be easier if you're new... Select
macro...New... Action= TransferSpreadsheet, Transfer type = Export,
SSType=MS Excel, Enter the table name, file name. Macros may be easier for
many people since Access takes care of the formatting for you.
 
Hi Maarkr. That worked!!! I love this site. Thank you! Is there a place
that explains the different macro possibilities, what they do, how to build
them?

Marlita
 
search the web for examples... there's this...
http://msdn.microsoft.com/en-us/library/bb258199.aspx
It takes a while to learn... select the Macro objects, New, and look at the
Actions column to select a macro, then look at the bottom of the page for the
arguments. Use F1 with an item highlighted to get Access help.

Pls select 'Yes' at the bottom of any posts that are helpful to you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top