I have an excel spreadsheet named "data_covnertot_0.25.xlsm" that has a tonne of VBA in it. When opening, after the user clicks "Enables Macros" a couple of warnings appear. These errors occur before any Macros have been run.
There are a few similar queries on Stack Overflow but they either haven't been answered or are regarding add-ons of which I am not using any.
The spreadsheet is saved on ProjectWise however, the error messages occurs regardless of where it is saved.
The error message is:
"Sorry, we couldn't find '...........Copy of data_covnertor_0.18.xlsm'. Is it possible it was moved, renamed or deleted?"
followed a second error message:
"Microsoft Excel cannot access the file '...........Copy of data_covnertor_0.18.xlsm'. There are several possible reasons"
The file name or path does not exist
The file is being used by another program
The workbook you are trying to save has the same name as as a currently open workbook
The spreadsheet works fine after clicking ok to both messages, bit as this will be used by a lot of people I want it to be clean and neat.
The file link in the messages is to a share point site, which is where the spreadsheet was saved before being moved to ProjectWise.
I've had a look through all the VBA, sheets etc, carrying out searches etc, and I can't find any reference to the copy of the old version of this spreadsheet.
Can anyone advise where I should be looking