From the “After” files provided it seems that Excel removes the named ranges that have a file reference in the named range.
Example.
Before Opened by Excel:-
“Admin_Route” with Scope “Role Based Access”
='C:\Users\brucegraham\Dropbox\Flagstaff Fire Dept (AZ)\[Flagstaff Fire (AZ) - MediView Implementation workbook (R6).xlsx]BLT Use Only'!$B$1:$B$32
And “Admin_Route” with Scope “Workbook”
='BLT Use Only'!$B$1:$B$32
Before Opened by LibreOffice:-
“Admin_Route” with Scope “Role Based Access”
'file:///C:/Users/Mark/AppData/Local/Temp/1'#$'BLT Use Only'.$B$1:$B$32
And “Admin_Route” with Scope “Workbook”
$'BLT Use Only'.$B$1:$B$32
After opened by Excel no longer includes “Admin_Route” with Scope “Role Based Access”, but opened with LibreOffice still has:-
'file:///C:/Users/Mark/AppData/Local/Temp/2'#$'BLT Use Only'.$B$1:$B$32
Suspect that LibreOffice may not be saving the file reference correctly in a format that can be read correctly by Excel.
I suspect that you don’t intend to refer to a different workbook within the scope of “Role Based Access” and this might have been intruduced while copying from an older revision of your file into the current revision file. If you edit the named ranges and remove those that are specifying a file path then this might fix your problem.