So currently, I have 3 command buttons with the following code;
Is it possible to export 3 reports into 1 excel doc and have each report in a different tab?
Code:
Private Sub Command368_Click()
DoCmd.OutputTo acOutputReport, "Visit Report By PMCC", acFormatXLS, "c:\Exports\Visit Report by PMCC.xls", True
End Sub
Is it possible to export 3 reports into 1 excel doc and have each report in a different tab?
Last edited: