Sub
Finn_Comfort_Übertragen()
Workbooks(
"Warenwirtschaft.xlsm"
).RefreshAll
Rows(
"2:2"
).
Select
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Range(
"2:2"
).Font.Bold =
False
Range(
"L2"
).
Select
With
Worksheets(
"Finn Comfort intern"
)
With
.Shapes(
"Schaltfläche 1"
)
.Top = .TopLeftCell.Offset(-1, 0).Top
End
With
End
With
Sheets(
"Finn Comfort"
).
Select
Rows(
"2:2"
).
Select
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Sheets(
"Finn Comfort intern"
).
Select
Range(
"D3:G3"
).
Select
Selection.Copy
Sheets(
"Finn Comfort"
).
Select
Range(
"A2"
).
Select
ActiveSheet.Paste
Sheets(
"Finn Comfort intern"
).
Select
ActiveWorkbook.Save
End
Sub