Dear all,
I have a macro code and works fine but couldn’t save the text files. Here is part of macro code that I am using the commands to save the data.
……
……
…...
fileNameHMF$ = folderPath$ + "hmf"+ index1Str$+".txt"
UPDATE ALL
PAUSE THREADS
Gettextfile fileNameHMF$, "Hmf", settingFile1$, 1
CONVERTFILEFORMAT fileNameHMF$ ,1
I used to work on this macro code on another desktop. However, when I switched to other desktop the macro code runs but doesn’t save the txet files. Please anyone have an idea!