Sub Makro1() Dim s As Worksheet Application.DisplayAlerts = False For Each s In ThisWorkbook.Worksheets If s.Name Like "Diagram*" Then s.Delete Next s Application.DisplayAlerts = True End Sub
Sub Makro1() Dim s As Worksheet Application.DisplayAlerts = False For Each s In ThisWorkbook.Worksheets If s.Name Like "Diagram*" Then s.Delete Next s Application.DisplayAlerts = True End Sub
____________________________________________
Nihil simul inventum est et perfectum
Abusus non tollit usum
Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
James Thurber