G gail Sep 11, 2003 #1 Can you export from Access into and excel spreadsheet into a sheet that already exists and has formulas set up??? Thanks.
Can you export from Access into and excel spreadsheet into a sheet that already exists and has formulas set up??? Thanks.
A Andy Wiggins Sep 11, 2003 #2 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"
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"
G gail Sep 11, 2003 #3 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
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