View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Change Excel secuirty level

Why not tell user to change the setting.

Regards,
Peter T

"chris" wrote in message
...
User needs to change secuirty manually (ex. in 2003 VERY HIGH does not run
my
digitally signed add-in and user needs to change it to HEDIUM or HIGH),
that's why I need to do it programmatically from an independent VB6
program
which will create Excel object, so user does not do it manually by opening
Excel, selecting security etc....

Can I change it ?