Thread: Hiding VBA code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Wooddall-Gainey David Wooddall-Gainey is offline
external usenet poster
 
Posts: 1
Default Hiding VBA code

I have a subroutine to automate update functions. Several
users need to run the code, so it is assigned to a
keyboard shortcut.

The sheets are protected. I unprotect in the code and then
turn protection back on.

Can I hide the vba code from my users, so they cannot see
the protection password?

TIA