I have a custom binary file that gets written by a data collection application, and it creates a binary file with data representing info that is collected (eg temperature, etc...)
How can I import this into Excel and parse it into columns?
One way I have noticed I can view the data is using Codewright hex mode, but even a copy-paste from there doesn't work since the clipboard retains ascii data only.
Do I need to use a macro to do this? Does anyone have the first few lines of an existing one - eg do I just read in byte by byte?
Thanks!
How can I import this into Excel and parse it into columns?
One way I have noticed I can view the data is using Codewright hex mode, but even a copy-paste from there doesn't work since the clipboard retains ascii data only.
Do I need to use a macro to do this? Does anyone have the first few lines of an existing one - eg do I just read in byte by byte?
Thanks!