preventing disabling of macros

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.
 
E

Earl Kiosterud

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
 
C

Combo

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top