Bonediggler1
Technical User
Hi-
I am getting runtime error 3435 "Cannot delete spreadsheet cells.", about which there appears to be very little documentation available!
This occurs during a TransferSpreadsheet action that has been in error-free use for several years.
There is nothing wrong with the workbook being written to, it is not protected, etc.
The code is:
DoCmd.TransferSpreadsheet acExport, 8, "REJECTS", direct & "REJECTS - " & frm & ".xls", True, ""
Thank you!
I am getting runtime error 3435 "Cannot delete spreadsheet cells.", about which there appears to be very little documentation available!
This occurs during a TransferSpreadsheet action that has been in error-free use for several years.
There is nothing wrong with the workbook being written to, it is not protected, etc.
The code is:
DoCmd.TransferSpreadsheet acExport, 8, "REJECTS", direct & "REJECTS - " & frm & ".xls", True, ""
Thank you!