Range(
"A1"
).
Select
With
ActiveSheet.QueryTables.Add(Connection:= _
"TEXT;C:\Users\(und weiterführend der entsprechende Dateipfad)"
_
, Destination:=Range(
"$A$1"
))
.Name =
"Christian"
.FieldNames =
True
.RowNumbers =
False
.FillAdjacentFormulas =
False
.PreserveFormatting =
True
.RefreshOnFileOpen =
False
.RefreshStyle = xlInsertDeleteCells
.SavePassword =
False
.SaveData =
True
.AdjustColumnWidth =
True
.RefreshPeriod = 0
.TextFilePromptOnRefresh =
False
.TextFilePlatform = 1252
.TextFileStartRow = 1
.TextFileParseType = xlDelimited
.TextFileTextQualifier = xlTextQualifierDoubleQuote
.TextFileConsecutiveDelimiter =
False
.TextFileTabDelimiter =
False
.TextFileSemicolonDelimiter =
True
.TextFileCommaDelimiter =
False
.TextFileSpaceDelimiter =
False
.TextFileColumnDataTypes = Array(9, 9, 4, 2, 2, 2, 9, 9, 1, 9, 9)
.TextFileTrailingMinusNumbers =
True
.Refresh BackgroundQuery:=
False
End
With