I had a need for processing data that came in .DIF files, so I put this UDF together to handle the files.
Hopefully, it will be of value to others here in the forums.
DifHandler reads data from a .DIF file to an array, or writes data from an array to a .DIF file.
I have also added support for th...