G
Guest
What I am trying to do is export data or output data to existing excel file.
My excel file 'Results' has a title and the four field names (Field1,
Field2, Field3 and Field4) in worksheets "Result".
My query 'qryRest' has 4 columns, so currently I have 10 records. I am
trying to send data to existing excel file and worksheets, which is 'Result'
and placed the date right under each field names.
For example;
If in my excel file those four fields started from range B10 then data
should start from B11 all the way to B21 for each column.
I used docmd.OutputTo
Yes, it did output data to existing file but created a new worksheet, sense
I already had 'Result' name in my excel file, it created 'Result1' name.
How to send data to existing excel file and worksheets and send to certain
range???
Please help me out.
Thanks.
My excel file 'Results' has a title and the four field names (Field1,
Field2, Field3 and Field4) in worksheets "Result".
My query 'qryRest' has 4 columns, so currently I have 10 records. I am
trying to send data to existing excel file and worksheets, which is 'Result'
and placed the date right under each field names.
For example;
If in my excel file those four fields started from range B10 then data
should start from B11 all the way to B21 for each column.
I used docmd.OutputTo
Yes, it did output data to existing file but created a new worksheet, sense
I already had 'Result' name in my excel file, it created 'Result1' name.
How to send data to existing excel file and worksheets and send to certain
range???
Please help me out.
Thanks.