J
Jeff C
I have a function using TransferSpreadsheet that loops through a recordset
creating a number of workbooks. I added excel automation before the loop
that formats the data in the workbook.
I was hoping to use the SendObject method to email the final product but
since the Excel formatting occurs after the TransferSpreadsheet method runs
I've no way to send the final Excel workbook.
Is there an alternative to TransferSpreadsheet that will let me place the
query results into a Workbook, format the data and then result in a final
output I can use in with SendObject as well as saving to a file?
Thanks in advance.
creating a number of workbooks. I added excel automation before the loop
that formats the data in the workbook.
I was hoping to use the SendObject method to email the final product but
since the Excel formatting occurs after the TransferSpreadsheet method runs
I've no way to send the final Excel workbook.
Is there an alternative to TransferSpreadsheet that will let me place the
query results into a Workbook, format the data and then result in a final
output I can use in with SendObject as well as saving to a file?
Thanks in advance.