Warme bakkertje
Meubilair
- Lid geworden
- 13 apr 2008
- Berichten
- 8.034
- Besturingssysteem
- Windows 10
- Office versie
- MO Home and Business 2024
Code:
Sub Macro2()
With ActiveWorkbook.Sheets("Blad1")
.Rows("20:34").Insert
.[f23].Resize(, 2) = .[f8].Resize(, 2).Formula
.Copy ActiveWorkbook.Sheets(1)
End With
End Sub
Code:
.[M5].Resize(, 2) = .[M235].Resize(, 2).Formula
Laatst bewerkt: