Sub
Makro4()
Application.ScreenUpdating =
False
Workbooks.OpenText Filename:=
"C:\Users\Dagmar\Desktop\" & "
*
" & "
.txt", Origin:= _
28592, StartRow:=1, DataType:=xlDelimited, TextQualifier:=xlDoubleQuote, _
Semicolon:=
True
, TrailingMinusNumbers:=
True
ActiveWorkbook.ActiveSheet.Cells.Copy _
ThisWorkbook.Worksheets(
"Tabelle1"
).Range(
"A1"
)
ActiveWorkbook.Close
False
Application.ScreenUpdating =
True
End
Sub