Hello,
I am a very beginner in VBA and need to convert lots of unix files to windows file on windows computer. I could do it in Command Prompt by
TYPE input_filepath & filename |SORT > output_filepath &filename
.
I am wondering if I can do it in VBA writing a loop? Any suggestion would be so helpful.
I am a very beginner in VBA and need to convert lots of unix files to windows file on windows computer. I could do it in Command Prompt by
TYPE input_filepath & filename |SORT > output_filepath &filename
.
I am wondering if I can do it in VBA writing a loop? Any suggestion would be so helpful.