03-28-2024, 07:45 PM
The problem here is in LoadRoom:
ReDim ProjectName As String * 16
You save the data with one file structure, and then attempt to read something completely different.
ReDim ProjectName As String * 16
You save the data with one file structure, and then attempt to read something completely different.