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
 
Back
Top