Gửi bởi
minhkem
Tôi có một file theo dõi ngày nghỉ của nhân viên (đính kèm). Anh Chị giúp dùm cách không cho sửa, xóa dữ liệu đã nhập. Cám ơn nhiều
bạn tải file đính kèm xem thử đúng ko nhé !
Mã:
Sub UnProtect_1sheet(iSheet As String) 'any Sheet
With ThisWorkbook.Sheets(iSheet)
.Unprotect Password:="abc123"
End With
End Sub
Sub Protect_1sheet(iSheet As String) 'any Sheet
With ThisWorkbook.Sheets(iSheet)
.Cells.Locked = True 'bao ve. toan` bo. cell
.Protect Password:="abc123", AllowFiltering:=True 'cho phep loc
End With
End Sub
link: http://www.mediafire.com/view/dy2r8l...ect_sheet).xls
View more random threads: