G
Guest
I have a macro that runs a make table query to pick up 'unmatched' data and
put this in a seperate table. After running the query the macro renames the
table to include the current date using the expression
="SUN_InRDB_NotArcade_tbl_" & Format(Date(),"ddmmyyyy"). I would then like
the macro to export this data to Excel using the new table name as the file
name. I don't want any prompts from Access as I need as little user
interaction as possible. I've looked at TransferSpreadsheet and OutputTo but
I'm not sure how to fit it all together - can anyone help? (I'm no good at
code so just using a macro is my preferred method!)
put this in a seperate table. After running the query the macro renames the
table to include the current date using the expression
="SUN_InRDB_NotArcade_tbl_" & Format(Date(),"ddmmyyyy"). I would then like
the macro to export this data to Excel using the new table name as the file
name. I don't want any prompts from Access as I need as little user
interaction as possible. I've looked at TransferSpreadsheet and OutputTo but
I'm not sure how to fit it all together - can anyone help? (I'm no good at
code so just using a macro is my preferred method!)