How to Create Multiple Sheets in an Output File

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.
 
C

Clifford Bass

Hi,

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

Clifford Bass
 
Top