transfer spreadsheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have used the transfer spreadsheet command it works just fine. However, I
would like to kick off 2 queries, 0ne after the other, and have the results
write to different sheets in the same workbook. Is this possible? Thanks
for the help......
 
It's possible, but you may want to actually use the Excel object instead so
that you can specifiy the individual worksheets.

Randall Arnold
 
Create a macro that uses TransferSpreadsheet command on two separate lines
then specify the same workbook for 'File Name' and the two different query
names as 'Table Name'

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I have used the transfer spreadsheet command it works just fine. However,
I
| would like to kick off 2 queries, 0ne after the other, and have the
results
| write to different sheets in the same workbook. Is this possible? Thanks
| for the help......
| --
| JT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top