Hi,
I have the requirement to copy and paste the results of various queries into Excel workbooks. I've set up macros to "OutputTo" the results of each of the queries (nearly 100!) and I've set up a further macro to export them all rather one after the other than running each macro individually.
Where I'm coming un-stuck is that ideally I'd like to be able to create a form with checkboxes where the user can select which queries to run and export, click a "Go" button (or something) and this would trigger the relevant macros to run. I have a good understanding of Access but I'm not great with VBA (I can make small adjustments myself but writing from scratch is rather beyond me at the moment...) and google as hard as I might I haven't been able to find any examples of this being accomplished although it doesn't seem like a big leap from where I am now...
Please help!
I have the requirement to copy and paste the results of various queries into Excel workbooks. I've set up macros to "OutputTo" the results of each of the queries (nearly 100!) and I've set up a further macro to export them all rather one after the other than running each macro individually.
Where I'm coming un-stuck is that ideally I'd like to be able to create a form with checkboxes where the user can select which queries to run and export, click a "Go" button (or something) and this would trigger the relevant macros to run. I have a good understanding of Access but I'm not great with VBA (I can make small adjustments myself but writing from scratch is rather beyond me at the moment...) and google as hard as I might I haven't been able to find any examples of this being accomplished although it doesn't seem like a big leap from where I am now...
Please help!
Comment