Hello,
I have created two EXE files from Excel files.
In one file I have a vba code and with a command button I want to open the second exe file.
In order to get this I use the following code:
Sub tsh()
Dim strProgramName As String
strProgramName = ThisWorkbook.Path & "\voorbeeldexe.exe"...
Hello,
When using the save options from XLS Padlock two files are created (Dat file and XLSC file).
I am looking for a vba code that will create a hidden folder where this two files will be saved so that the end user will only see the exe file in his folder.
Can anyone guide me in the right...