Copying from Access into Excel template

  • Thread starter Thread starter gail
  • Start date Start date
G

gail

Can you export from Access into and excel spreadsheet into
a sheet that already exists and has formulas set up???

Thanks.
 
This might be a help for getting data to and from Excel and Access: It
includes examples of using variables in SQL queries.
http://www.bygsoftware.com/examples/sql.html

Or you can get there from the "Excel with Access Databases" section on page:
http://www.bygsoftware.com/examples/examples.htm

It demonstrates how to use SQL in Excel's VBA to:

* create a database,
* create a table and add data to it,
* select data from a table,
* delete a table,
* delete a database.

You can also download the demonstration file called "excelsql.zip".

The code is open and commented.


--

Regards
Andy Wiggins
www.BygSoftware.com
Home of "Save and BackUp",
"The Excel Auditor" and "Byg Tools for VBA"
 
Thanks, I don't need to create a database, etc.

I just need to know if you can export an access query
directly into an excel spreadsheet that is set up as a
template and if so, how do you do it?

Now when I export the query it goes to a new sheet, not
the first one that has the template set up in it.

Thanks again for you help.

Gail
 
Back
Top