I am trying to create a macro that converts files to ANSI/ASCII from UniCode. Unfortunately, sometimes the files are already in ANSI/ASCII format and the convert from Unicode to ASCII command ruins the file.
Is there a way to test the format of the file so I can decide what conversion to use?
Is there a way to test the format of the file so I can decide what conversion to use?