View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Risky Dave Risky Dave is offline
external usenet poster
 
Posts: 161
Default Further Protection Question

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