I have this generic VBA code that allows me to load a query to a worksheet (by default I don't load queries to save time etc.) but it only works if I fill in the query name.
But I want to be able to simply select the query and then run my macro (which will then fill in selected query's name)...