View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Protect Macro from Edit

Hi
- goto the VBA editor (ALT + F11)
- right-click on your project name and choose 'Properties'
- enter a password in the appearing protection dialog

--
Regards
Frank Kabel
Frankfurt, Germany


Bin wrote:
How to use a password to protect my Macro that can be Run
only by others but not Edit?