View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
The Code Cage Team[_56_] The Code Cage Team[_56_] is offline
external usenet poster
 
Posts: 19
Default Change Excel secuirty level

You cannot perform that action as the code has to run in order to make
changes, if the security is set to high then the user is asked if they want
to allow macro's, if they choose no the change would never occur. In my
opinion changing someones security setting without their knowledge is classed
as "Virus" activity and would never condone it!
__________________
Regards,
The Code Cage Team


"chris" wrote:

Hi,

Can I change Excel's secuirty level from High to Medium programmarically ?

Is this property independent of user profile ?

Thanks a lot in advance.