Hi,
I am doing a project for my work and I don't want anybody to see how I am creating it.
My file has one sheet that is protected and also the VBA code is protected.
The sheet that is protected has a VBA module with the code below in order to let a macro change some values on that sheet.
Sheet5.UnProtect Password:="xxxxxx"
Sheet5.Protect Password:="xxxxxxxxxx"
However today I was surprised when a friend told me he could crack my file in 5 minutes.
I am very desapointed.
Is there any further way of proteting the file and making it impossible to crack?
many thanks
Dedes
I am doing a project for my work and I don't want anybody to see how I am creating it.
My file has one sheet that is protected and also the VBA code is protected.
The sheet that is protected has a VBA module with the code below in order to let a macro change some values on that sheet.
Sheet5.UnProtect Password:="xxxxxx"
Sheet5.Protect Password:="xxxxxxxxxx"
However today I was surprised when a friend told me he could crack my file in 5 minutes.
I am very desapointed.
Is there any further way of proteting the file and making it impossible to crack?
many thanks
Dedes
Last edited by a moderator: