excel delete row

  • hallo,

    schreib grad ein kleines excel makro. beim löschen einer zeile mit:

    Code
    Cells(Row, 1).EntireRow.Delete Shift:=xlUp

    werden zwar formula buttons, nicht aber formular dropdowns gelöscht.
    diese wurden erstellt mit:

    Code
    Dim entf As Object, dd as Object
    Set entf = ActiveSheet.Buttons.Add(Cells(Row, ColumnEntf).Left, Cells(Row, ColumnEntf).Top, Cells(Row, ColumnEntf).Width, Cells(Row, ColumnEntf).Height)
    
    
    Set dd = ActiveSheet.DropDowns.Add(Cells(Row, ColumnDropDown).Left, Cells(Row, ColumnDropDown).Top, Cells(Row, ColumnDropDown).Width, Cells(Row, ColumnDropDown).Height)

    hat jem eine ahnung warum die dropdowns bleiben und die anderen nicht? und wie kann ich auch dropdowns loeschen?

    danke & lg

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!