How to Create Multiple Sheets in an Output File

  • Thread starter Thread starter ttp
  • Start date Start date
T

ttp

I have created a macro in which (2) tables are created. I would like to
output the two tables to one Excel file on separate sheets. I tried to use
Output To function; but didn't see how to create multiple sheets in an output
file.
 
Hi,

Use the TransferSpreadsheet action twice in a row, with the same file
name. That should do it.

Clifford Bass
 

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

Similar Threads

Output to macro action 1
macro that outputs queries to excel 1
help VBA code in macro 2
Output to : Template file 3
Combine reports nad output to PDF 1
Output to Excel 1
output to excel in specific sheet 3
Windows 7 Duplicating PDF printer 1

Back
Top