Message 1 of 2
How to protect VBA projects?

Not applicable
01-20-2002
05:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I have a VBA project, a nonembeded project, which is ready to be distributed to users. I want to protect this project against accidentally (or not) alterations.
I found the only way to lock the file for viewing, with a password. Unfortunately it is not safe.
I wonder if I can make an exe file with a VBA6 compiler, as I use VBA for AutoCAD functions in my project? I mean can I convert the VBA project in an VB stand alone project? How?
Does anyone have any solution?
I have a VBA project, a nonembeded project, which is ready to be distributed to users. I want to protect this project against accidentally (or not) alterations.
I found the only way to lock the file for viewing, with a password. Unfortunately it is not safe.
I wonder if I can make an exe file with a VBA6 compiler, as I use VBA for AutoCAD functions in my project? I mean can I convert the VBA project in an VB stand alone project? How?
Does anyone have any solution?