hallo,
schreib grad ein kleines excel makro. beim löschen einer zeile mit:
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