Disable Access to VBA Code in XLS File?

R

Richard Fry

Is it possible to disable a user's access to the VBA code
in an Excel 2000 XLS file having protected sheets in a
protected workbook?
 
D

DNF Karran

You can protect the VBA project so they can't view/edit the code.

If you need to prevent users from running code, the only way would b
to force the workbook into design mode. How i'm not sure....

Dunca
 
Top