Hi Guys,
I was wondering if there is a way to open a Binary file, read all the data until a particular record is found and then overwrite that record with new information.
I have tried to do this with the put method and used and iindex but all the records in the entire file are erased except the one I just wrote.
Does anyone have any experiece in using Binary files in VBA as this is the only way that I can acomplish the project I have running at the moment.
Any assistance would be much appreciated
DW