L
Lara
I have a more general macro distribution question than a specific vba
programming problem.
I just read some articles touting WordPerfect over Word, largely because of
how they say Word handles macros and security. They say that you can't use
macros in Word without fearing that they might contain a virus. They also
say that Word requires that macros be signed and trusted before they are run
(unless security is set to low which you wouldn't want to do), therefore
making macros worthless for anyone but the author, and therefore making
commercially available macro systems/packages difficult to come by.
Is this true? My understanding is that as long as your vba code is stored
properly (i.e., not in Normal.dot, and in the appropriate startup or
template folders) that macros will run fine with security set to High, and
should not be prone to corruption from the distribution of malicious code,
even if they are not signed. I created an add-in like this for our
organization that works fine and is not a security concern. Is there any
truth to the issues noted above? Is there more risk in Word of getting
malicious code distributed to and executed on our computers than in any
other program?
programming problem.
I just read some articles touting WordPerfect over Word, largely because of
how they say Word handles macros and security. They say that you can't use
macros in Word without fearing that they might contain a virus. They also
say that Word requires that macros be signed and trusted before they are run
(unless security is set to low which you wouldn't want to do), therefore
making macros worthless for anyone but the author, and therefore making
commercially available macro systems/packages difficult to come by.
Is this true? My understanding is that as long as your vba code is stored
properly (i.e., not in Normal.dot, and in the appropriate startup or
template folders) that macros will run fine with security set to High, and
should not be prone to corruption from the distribution of malicious code,
even if they are not signed. I created an add-in like this for our
organization that works fine and is not a security concern. Is there any
truth to the issues noted above? Is there more risk in Word of getting
malicious code distributed to and executed on our computers than in any
other program?