bonjour le forum
je voudrais modifier cette macro qui protége au demarage ma feuille:
Private Sub Workbook_Open()
Sheets("Original").Protect userinterfaceonly:=True
ActiveSheet.Protect DrawingObjects:=False, Contents:=True, Scenarios:= _
False, AllowFormattingCells:=True, AllowFormattingColumns:=True, _
AllowFormattingRows:=True, AllowInsertingColumns:=True, AllowInsertingRows _
:=True, AllowInsertingHyperlinks:=True, AllowDeletingColumns:=True, _
AllowDeletingRows:=True, AllowSorting:=True, AllowFiltering:=True, _
AllowUsingPivotTables:=True
End Sub
je voudrais que ca protége ma feuille au demarrage tjs sauf la plage de I19:Y114
merci
je voudrais modifier cette macro qui protége au demarage ma feuille:
Private Sub Workbook_Open()
Sheets("Original").Protect userinterfaceonly:=True
ActiveSheet.Protect DrawingObjects:=False, Contents:=True, Scenarios:= _
False, AllowFormattingCells:=True, AllowFormattingColumns:=True, _
AllowFormattingRows:=True, AllowInsertingColumns:=True, AllowInsertingRows _
:=True, AllowInsertingHyperlinks:=True, AllowDeletingColumns:=True, _
AllowDeletingRows:=True, AllowSorting:=True, AllowFiltering:=True, _
AllowUsingPivotTables:=True
End Sub
je voudrais que ca protége ma feuille au demarrage tjs sauf la plage de I19:Y114
merci