A
Alectrical
I have a line in a macro as follows:
Sheets("Chrono").[A1] = Format ((Timer() - Depart) / 3600 / 24, "hh:mm:ss")
When I try to run the macro I get the following error message:
Compile Error: Can't find project or library.
I have had this macro working on another computer, any ideas.
Thanks
Alec
Sheets("Chrono").[A1] = Format ((Timer() - Depart) / 3600 / 24, "hh:mm:ss")
When I try to run the macro I get the following error message:
Compile Error: Can't find project or library.
I have had this macro working on another computer, any ideas.
Thanks
Alec