S
SHAWTY721
I am using the DoCmd.TransferSpreadsheet to transfer the result of a query
into excel. Is there a way to get the results being transfered from this
query to be inserted into specific fields of a worksheet in the workbook I
have listed in the DoCmd.TransferSpreadsheet statement. My statement looks
like this: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3,
"qryJE", "C:\Documents and Settings\amontgomery\desktop\PROJECTS\PAYROLL
DATABASE\TEMPLATES\JournalEntryForm.xls", False
Which successfully sends the results of the query to a new worksheet. The
reason for sending the query result to excel is so that it can be viewed in
a certain format that is in excel. I have the form created that I want to use
to show this data. Each time the query is ran different information is
exported.
into excel. Is there a way to get the results being transfered from this
query to be inserted into specific fields of a worksheet in the workbook I
have listed in the DoCmd.TransferSpreadsheet statement. My statement looks
like this: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel3,
"qryJE", "C:\Documents and Settings\amontgomery\desktop\PROJECTS\PAYROLL
DATABASE\TEMPLATES\JournalEntryForm.xls", False
Which successfully sends the results of the query to a new worksheet. The
reason for sending the query result to excel is so that it can be viewed in
a certain format that is in excel. I have the form created that I want to use
to show this data. Each time the query is ran different information is
exported.