E
Ed
I have a document (Word 2000) with an AutoOpen macro. The idea is to set my
Task Scheduler to open this document after work hours and have the macro run
some stuff during the night. The problem is the macro warning. I
understand that I would have to set security low to stop this, and I know
that's not necessarily a good idea. I also understand that you can't use
VBA code to enable macros.
But is there any way to set some kind of authorization on this one document
or macro that will not trigger the warning? Is there a setting within the
VBA modules that "if you see this, this macro is okay?" Otherwise, the
document opens, and I come in to work the next morning to a macro warning on
my screen!
Ed
Task Scheduler to open this document after work hours and have the macro run
some stuff during the night. The problem is the macro warning. I
understand that I would have to set security low to stop this, and I know
that's not necessarily a good idea. I also understand that you can't use
VBA code to enable macros.
But is there any way to set some kind of authorization on this one document
or macro that will not trigger the warning? Is there a setting within the
VBA modules that "if you see this, this macro is okay?" Otherwise, the
document opens, and I come in to work the next morning to a macro warning on
my screen!
Ed