Hello
I am writing a macro that changes the filepath for an existing text file import as a QueryTable. I want to set the connection parameters to variables and reapply them with a different filepath.
Dim DataType() as Variant
Dim Platform as Integer
Dim TableCell As Range
Dim...