R
Risky Dave
Hi,
Apologies if I'm being stupid here, but if I disable the ribbon:
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)
and disable the right click menu functionality:
Application.CommandBars("Ply").Enabled = False
to stop my users from playing with things that I don't want them to, how do
I actually get at the code myself?
(Fortunately, i saved a copy before doing it!)
TIA
Dave
Apologies if I'm being stupid here, but if I disable the ribbon:
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)
and disable the right click menu functionality:
Application.CommandBars("Ply").Enabled = False
to stop my users from playing with things that I don't want them to, how do
I actually get at the code myself?
(Fortunately, i saved a copy before doing it!)
TIA
Dave