View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan Alan is offline
external usenet poster
 
Posts: 492
Default Force Enable Macros

No, this message appears before anything else, code or functions are run.
Its because were it possible to run VB code without alerting the user,
untold damage could be done by malicious code contained in a macro.There are
ways to make a workbook unusable to an inexperienced user without enabling
macros. Search Google.


"David Bell" wrote in message
...

Is there anyway to force users to enable macros.... ie
file doesn't open unless macros are enabled?