T
TAMMY
If I use the OutputTo command to output information on a
form to an excel file, it disables or doesn't run any
code that I have on the Workbook_Open()event of the excel
file. Does anyone know why?
Code below:
DoCmd.OutputTo acOutputForm, "Form Name",
acFormatXLS, "Excel File Name", False
form to an excel file, it disables or doesn't run any
code that I have on the Workbook_Open()event of the excel
file. Does anyone know why?
Code below:
DoCmd.OutputTo acOutputForm, "Form Name",
acFormatXLS, "Excel File Name", False