G
Guest
I want to trap the name of the Excel spreadsheet to which the data is being
transferred. This is so I can report the name of the spreadsheet in the On
Error subroutine.
The code is below.
DoCmd.TransferSpreadsheet acExport, 8, "BAPA HT Tam ASCH", NDrive, False, ""
Note: NDrive is the variable that holds the PATH for the file.
transferred. This is so I can report the name of the spreadsheet in the On
Error subroutine.
The code is below.
DoCmd.TransferSpreadsheet acExport, 8, "BAPA HT Tam ASCH", NDrive, False, ""
Note: NDrive is the variable that holds the PATH for the file.