Recent content by shalhevet

  1. S

    VBA code ThisWorkbook.Path does not work - SOLVED

    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"...
  2. S

    VBA code for creating hidden folder

    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...
Back
Top