T
TC
Hi folks
(1) Say another VBA-capable product (not Word), uses automation to create a
new document, and add some procedures to that document's ThisDocument
module. Am I right in believing, that there is >NO WAY< for the
automation-using product, to set the VBA (VBE?) Password of the created
document, from code, without using nasty SendKeys hacks? Using Word 97, but
needs to work in higher versions also.
(2) Is there any good or accepted way to obfuscate Word VBA code, to make it
less easy for the user to read/steal/modify, if he cracks the VBA/VBE
password with a commercial tool or whatever?
TIA,
TC
(1) Say another VBA-capable product (not Word), uses automation to create a
new document, and add some procedures to that document's ThisDocument
module. Am I right in believing, that there is >NO WAY< for the
automation-using product, to set the VBA (VBE?) Password of the created
document, from code, without using nasty SendKeys hacks? Using Word 97, but
needs to work in higher versions also.
(2) Is there any good or accepted way to obfuscate Word VBA code, to make it
less easy for the user to read/steal/modify, if he cracks the VBA/VBE
password with a commercial tool or whatever?
TIA,
TC