preventing disabling of macros

  • Thread starter Thread starter nhl
  • Start date Start date
N

nhl

Is there any way to prevent the ability of a user to
disable macros for a particular file?

Perhaps a program that runs upon opening a document that
changes the security settings to low??

Thanks.
 
nhl,

If you find a way to do this, please report it. It would be a serious bug
in Excel. The whole idea is to give the user control of running macros,
since they can be malevolent. Viruses and stuff.

Earl Kiosterud
mvpearl omitthisword at verizon period net
 
The way to work around of this is protect the workbook.
On Auto_open() sub, you put a single command to unprotect it.

That way , your file will be able to work/view, only if the Enable
Macros was selected.

That's
 
Back
Top