Asrul Made
Asrul Made

Reputation: 21

how to make VBA password can not unprotect anyhow the business people

ask for help how to make VBA password can not unprotect anyhow the business people

I am sorry, my English is not good

Upvotes: 0

Views: 45

Answers (1)

ashleedawg
ashleedawg

Reputation: 21619

This question is too short, but the answer is also short.

The only way to guarantee that a VBA project password will not be defeated is if you don't share the file with anyone. MS Office is not intended for protecting critically sensitive information or code in shared files.

Not only can the password be removed, but it's easy. I can remove the password on any Office/VBA Project in under a minute. (Here's how!)

The claim of "guaranteed protection by not sharing the file" assumes that the file in either stored on a device with no network connection, or that your network is "unhackable".

Upvotes: 1

Related Questions