Microsoft
Software
Hardware
Network
Question : Microsoft Access 2007 - Export Changing Db Data into Formated Excel Spreadsheet
I've been looking for information on how to do this...but been unsuccessful. Here's what I am looking for...
With the click on a button, data held within a table should be exported to a specific page within an Excel 2007 workbook, within specific named ranges. The named ranges are part of graphs within the workbook, therefore the reference between the data and the graph need to be changed as well to prevent graphs appearing as "waiting for more data" to be added.
I've included basic sample files of each to show where I need to start from (the db) and where I need to end up (the workbook)
Sample.accdb
(336 KB)
(File Type Details)
Access 2007 Sample Db
Sample.xlsx
(12 KB)
(File Type Details)
Excel 2007 Sample Workbook with Graphs
Answer : Microsoft Access 2007 - Export Changing Db Data into Formated Excel Spreadsheet
assuming cells A:B7 is Named "range1"
use this codes
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "ScoreGroup1", CurrentProject.Path & "\Sample.xlsx", -1, "range1"
Random Solutions
TP-Link td w8960n wireless bridge setup
server 2008 capacity
How many squares are in this diagram?
Excel - Find nearest words for top ranked (text mining)
DMZ with single WAN IP on SonicWall TZ-200?
Running Access VBA on Open Office Base
ORA-00701: object necessary for warmstarting database cannot be altered
Access 2010 VBA - determining which "Yes/No" boxes are checked on a continupus form
Editable dropdown list in ASP.net 3.5 using C#
Clearing a submit form once submitted