I have a Table with locked, unlocked and drop down box cells within it. This is because they contain formulas. Drop down box's to help with formulas. the sheet is locked to avoid tamper with the formulas
i have created a button to press which inserts a row at the bottom of the table with all the formals etc
i can insert a new row using this (when document is not password protected)
Selection.ListObject.ListRows.Add AlwaysInsert:=True
Range("A191").Select
but i need to add something like
ActiveSheet.Protect Password:="password"
can some one help with this please
thanks
Bookmarks