View Single Post
  #2   Report Post  
Posted to microsoft.public.office.developer.vba,microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default how to get around the Enable Macro security message?

Yeah, get them to set their security setting to low (not recommended), or
digitally sign the workbook.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"cfman" wrote in message
...
HI all,

When the users open my Excel/VBA sheet, they met with a window asking if
Macro should be enabled.

My users are not that sophisticated... so I would like everything simple
for them. Is there a way to get rid of such complications?

Thanks