Hoping that somebody can help me out here.
A client has sent me a binary data file which I need to import into Excel. It has 200 records in, each with 160 fixed length fields, and a total record length of 3,780 bytes.
I haven't messed around with binary files since my days of programming in BBC BASIC (many years ago), but there should be a way for me to define a complete record and just read them one at time, shouldn't there? A quick Google has turned up lots of examples of people reading binary files a byte at a time, which is a bit impractical for my purposes.
So, could somebody be kind enough to jog my memory on how reading a binary file is done, please?
Bookmarks