Có rồi bạn thích sao là tùy bạn :
Code:
Sub Disable_Buttons()
On Error Resume Next
Dim oC1 As CommandBar
Set oC1 = Application.CommandBars("CELL")
oC1.Controls("Cu&t").Enabled = False
oC1.Controls("&Copy").Enabled = False
oC1.Controls("&Paste").Enabled = False
oC1.Controls("Paste &Special...").Enabled = False
oC1.Controls("&Insert...").Enabled = False
oC1.Controls("&Delete...").Enabled = False
oC1.Controls("Clear Co&ntents").Visible = False
oC1.Controls("Insert Co&mment").Visible = False
oC1.Controls("&Format Cells...").Visible = False
oC1.Controls("Pic&k From Drop-down List...").Visible = False
oC1.Controls("Add &Watch").Visible = False
oC1.Controls("&Create List...").Visible = False
oC1.Controls("&Hyperlink...").Visible = False
oC1.Controls("&Look Up...").Visible = False
End Sub
dòng bị tô đỏ là mất luôn trong RightClick
dùng vào chỗ nào là tùy bạn có thể đặt luôn trong Sheet đó nếu bạn muốn (Worksheet_Activate thì khi sheet đó hiện lên là thi hành ngay)
Bạn có thể gởi vdụ sang mình làm cho nếu bạn ko làm đc