hi,
I have the following code on my command button :
DoCmd.OutputTo acOutputReport, "rpt4point2PID", acFormatXLS, "C:\Documents and Settings\jsantos\Desktop\SBPH_PID.xls"
It exports my sheet, but it's giving me this error:
"Renamed Invalid Sheet Name"
Does anyone know why and how to fix it?
Please?
Thank you!!!
I have the following code on my command button :
DoCmd.OutputTo acOutputReport, "rpt4point2PID", acFormatXLS, "C:\Documents and Settings\jsantos\Desktop\SBPH_PID.xls"
It exports my sheet, but it's giving me this error:
"Renamed Invalid Sheet Name"
Does anyone know why and how to fix it?
Please?
Thank you!!!