Automatically Re-compile many Excel Files Programmatically?

twolsey

New member
Hello
Is it possible to automatically re-compile many Excel Files Programmatically (i.e.: Excel VBA) and create new exe versions without having to compile each file manually?
thanks
 
Solution
No, the compilation requires XLS Padlock GUI since cell protection can require interaction with Excel itself.
However, you can automate this with automation tools such as AutoIt.
No, the compilation requires XLS Padlock GUI since cell protection can require interaction with Excel itself.
However, you can automate this with automation tools such as AutoIt.
 
Solution
Back
Top