I'm running a macro where it opens, edits, and saves a data file. The problem I'm running into is the file is orginally in UNIX form, but after I edit it with the macro it is converted to DOS. This makes it so the program which uses the file is unable to read the data properly.
Does anyone know a way to convert from DOS to UNIX using VBA? Or does anyone know of another way to edit and save a UNIX file without it automatically converting to DOS, preferably using VBA?
Thanks in advance!
Does anyone know a way to convert from DOS to UNIX using VBA? Or does anyone know of another way to edit and save a UNIX file without it automatically converting to DOS, preferably using VBA?
Thanks in advance!