Hi all
I need your help to insert the code that is blocking the cells from the exported excel with the range B1:BB800. :banghead:
Below i have the macro code for the export:
Function invoice()
On Error GoTo invoice_Err
DoCmd.OutputTo acOutputQuery, "Export", "MicrosoftExcelBiff8(*.xls)", "C:\Access\Export.xls", True, "", 0, acExportQualityPrint
Beep
MsgBox "DONE", vbOKOnly, ""
invoice_Exit:
Exit Sub
Wait for your help
I need your help to insert the code that is blocking the cells from the exported excel with the range B1:BB800. :banghead:
Below i have the macro code for the export:
Function invoice()
On Error GoTo invoice_Err
DoCmd.OutputTo acOutputQuery, "Export", "MicrosoftExcelBiff8(*.xls)", "C:\Access\Export.xls", True, "", 0, acExportQualityPrint
Beep
MsgBox "DONE", vbOKOnly, ""
invoice_Exit:
Exit Sub
Wait for your help
