View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
peng wong peng wong is offline
external usenet poster
 
Posts: 1
Default Supressing the Macro security message programmatically.

I need to develop a C# assembly to run Excel files with Addins. As soon as I
open the Addin using the Workbook object Open method, I get the warning
message box. This assembly is supposed to run silently in the background, so
would appreciate a way of suppressing the warning. I have set the security
level in Excel to lowest, but no success.
Any ideas?