C
Chad
I am using the DoCmd.TransferSpreadsheet functionality in VBA to export a
query into a specified range in excel as is outlined in Ken Snell's write-up
found here:
http://www.accessmvp.com/KDSnell/EXCEL_Export.htm#WriteRstFile
I ran into an additional quirk and wanted to verify that this was actually
the case:
When exporting to a named range within excel, everything works fine as long
as the export is not overwriting anything. If, however, a user is sending
information to overwrite data that is already in the spreadsheet, then the
named range must be greater than the range of the export, otherwise, an error
message will appear stating that access cannot expand the named range.
Can someone please verify this and let me know if this is the case?
Thanks!
query into a specified range in excel as is outlined in Ken Snell's write-up
found here:
http://www.accessmvp.com/KDSnell/EXCEL_Export.htm#WriteRstFile
I ran into an additional quirk and wanted to verify that this was actually
the case:
When exporting to a named range within excel, everything works fine as long
as the export is not overwriting anything. If, however, a user is sending
information to overwrite data that is already in the spreadsheet, then the
named range must be greater than the range of the export, otherwise, an error
message will appear stating that access cannot expand the named range.
Can someone please verify this and let me know if this is the case?
Thanks!