Hi
I'm looking to pass a value from a cell into a VBA query but unsure of the format.
See below code as an example, in the working version of this code, the 3rd line has a specific value for the name of the WorkbookConnection, eg;
With ActiveWorkbook.Connections("MyDataConnection")
What I'm...