C CBO Registered User. Local time Today, 00:49 Joined Aug 8, 2005 Messages 10 Aug 12, 2005 #1 Does anyone know some code to return records from Access to an Excel Spreadsheet?
C CBO Registered User. Local time Today, 00:49 Joined Aug 8, 2005 Messages 10 Aug 12, 2005 #2 Still need help getting records from Access into Excel. Anyone know any VBA code??
mresann Registered User. Local time Yesterday, 21:49 Joined Jan 11, 2005 Messages 357 Aug 12, 2005 #3 Here's some code you may look at. It also includes creating a chart in Powerpoint. Attachments PlatFund1.zip PlatFund1.zip 257.1 KB · Views: 178
ghudson Registered User. Local time Today, 00:49 Joined Jun 8, 2002 Messages 6,194 Aug 13, 2005 #4 The TransferSpreadsheet method will output data [table or query] to an Excel file.
C CBO Registered User. Local time Today, 00:49 Joined Aug 8, 2005 Messages 10 Aug 14, 2005 #5 Re: Get records from Access into Excel mresann, can't open the database, what version of access is it in?
Re: Get records from Access into Excel mresann, can't open the database, what version of access is it in?
C CBO Registered User. Local time Today, 00:49 Joined Aug 8, 2005 Messages 10 Aug 14, 2005 #6 Re: Get Access Records into Excel ghudson thanks, i will try the transfer spreadsheet.
R rglman Registered User. Local time Yesterday, 21:49 Joined Jul 11, 2005 Messages 30 Aug 26, 2005 #7 This is the basic code.. DoCmd.TransferSpreadsheet acExport, 8, "qryYourQuery", "\\YourPath\YourFile.xls", False, ""
This is the basic code.. DoCmd.TransferSpreadsheet acExport, 8, "qryYourQuery", "\\YourPath\YourFile.xls", False, ""
mresann Registered User. Local time Yesterday, 21:49 Joined Jan 11, 2005 Messages 357 Aug 28, 2005 #8 CBO said: mresann, can't open the database, what version of access is it in? Click to expand... Office 2003.
CBO said: mresann, can't open the database, what version of access is it in? Click to expand... Office 2003.