In Excel VBA Editor, how do I hide my code from other users?

M

Mayberrk

Is there a way to password protect my code in VBA in MS Excel (the Visual
Basic Editor)?
 
E

Earl Kiosterud

Mayberrk,

In the VBE, Tools - VBA Project Properties - Protection tab - Lock project
for viewing.
 
Top