View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default Replacing a module with an updated version

How about Tools, Macro, Security, Trusted Sources?

RBS


"Caroline Vincent" wrote in message
...
I am trying to replace a module with an updated version
using similar code to the one suggested by JOhn
Walkenbach in his "Excel 2002 Power programming with VBA"
and I get an Excel Message telling me that "your security
settings do not allow this macro to run". However, in my
tools/options/security, my macro security is set on Low.
Any idea on what to do next?
Thank you