I have a spreadsheet of which I have built VB code to import a couple of text files and then use MSquery to combine these into one table of data.
My question is that currently it references itself in a specific location ie.
With ActiveSheet.ListObjects.Add(SourceType:=0, Source:=Array(Array( _...