Is there a way to make Word macro code available for others to use but at the same time hide the code or deny access to the code to protect it from tampering?
I'm new at using VBA (using MSWord 2003). I'm trying to create a macro that deletes user-defined styles in ActiveDocument that are no longer needed or used. I've tried various solutions. For example:
ActiveDocument.Styles("1.1")Delete
ActiveDocument.Styles("1.1.1")Delete
and so forth, works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.