Hi
I have problem in running ".bat" files through VBA, but when I run ".bat" file it executing properly. but not through VBA. Below is the code I'm using
Sub RunBatFile() Dim txtFpath, FilePath As String
txtFpath = wksCmdJen.Range("C12").Value ' given path is C:\Elements
FilePath...