Ok, below is the code that I used to import a file as binary and is displayed correctly where I want it displayed on the excel worksheet. The line of HEX within the file that is loaded is 14 Bytes long
i.e. D5 07 6E 03 33 05 39 0F 13 06 F4 08 A1 03. Lets say I want to change the first byte D5 to FF manually on the work sheet. Now, I want to take that 14 bytes of data with the change I made and save it as a binary file in the order that I originally imported it. How can I target those cells instead of a multiple row and column array?
This is how I load the file:
How would I change the code below to only read and save the range of cells that I loaded originally from above.
Thanks for all those how reply and thanks for this Forum, I have learned alot since just I started learning VBA.
Bookmarks