Ah, dobbiamo fare un pulsante che cancelli tutto.
Fatto.
Sub DeleteAll() Cells.Select Selection.Delete Shift:=xlUp Sheets("Foglio5").Select End SubFacilissimo.
Ora studiamo un pulsante per eliminare i grafici.
Sub deleteCharts() For Each elemento In Charts Sheets(elemento.Name).Select ActiveWindow.SelectedSheets.Delete Next End Sub
Nessun commento:
Posta un commento