is it possible to export multiple queries into one workbook, having
each query as separate worksheet? i cannot specify a range because the
records will change on a daily basis as for query size.
i tried the following transferspreads heet method but the database
could not find 'TFM$' because it was not a valid parameter.
DoCmd.TransferS preadsheet acExport, 8, "TFM",
"C:\Temp\NonCri tical.xls", True, "'TFM'!"
DoCmd.TransferS preadsheet acExport, 8, "STRUCTURED ",
"C:\Temp\NonCri tical.xls", True, "'STRUCTURE D'!"
DoCmd.TransferS preadsheet acExport, 8, "NRT",
"C:\Temp\NonCri tical.xls", True, "'NRT'!"
thanks in advance
jung
each query as separate worksheet? i cannot specify a range because the
records will change on a daily basis as for query size.
i tried the following transferspreads heet method but the database
could not find 'TFM$' because it was not a valid parameter.
DoCmd.TransferS preadsheet acExport, 8, "TFM",
"C:\Temp\NonCri tical.xls", True, "'TFM'!"
DoCmd.TransferS preadsheet acExport, 8, "STRUCTURED ",
"C:\Temp\NonCri tical.xls", True, "'STRUCTURE D'!"
DoCmd.TransferS preadsheet acExport, 8, "NRT",
"C:\Temp\NonCri tical.xls", True, "'NRT'!"
thanks in advance
jung
Comment