Hello,
I am using XLS Padlock to protect one of 2 Excel files that are linked. The principle is the following :
Thank you !
I am using XLS Padlock to protect one of 2 Excel files that are linked. The principle is the following :
- the main file contains a lot of vba code that we want to protect and is compiled thanks to XLS Padlock
- the second one is a kind of big form. The user use it to enter their data and there are Activex control wich are linked to the main file through the following code :
Code:fichier_source = ThisWorkbook.Name (name of the second file) Chemin = ThisWorkbook.Path (path ot the second file) Application.Run "MainFile.xlsm!Macro_name.Button_name", fichier_source, Chemin
Thank you !
Last edited:
