Alasdair has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Macros
Would I be able to use a macro to create automated reports in Excel from SQL queries already created within a database or even to query directly from the SQL database?
RE: Macros
You can automated practically anything with a macro, provided that you are able to do the manual steps yourself. You can automate pieces of the process that do not change. If you are always importing the same, albeit updated, dataset, then no problems.