WilElektro
Gebruiker
- Lid geworden
- 13 mrt 2025
- Berichten
- 18
Juist dit is wat ik bedoelde, dank jeCode:Private Sub Cmdreset_Click() Dim lastRow As Long With ThisWorkbook.Sheets("Calc") lastRow = .Cells(.Rows.Count, 2).End(xlUp).Row If lastRow > 1 Then .Cells(lastRow, 1).Resize(, 9).ClearContents End With End Sub