OK - it's not a 5 minute jobbie to go through that but 1 question arises first.

In the procedure BackUp_Check is the line
            Workbooks.Open ("C:\_My Files\_My OCCF Files\Acronis Backup Check.xlsx")
That is actually the name of the workbook you attached. Regardless if it's a separate copy, Excel will not open 2 workbooks with the same name even it they exist in different directories. Does that line ever get executed?

Also, there is a total lack of any error handling. While that's probably not a bad thing while working on this it's not a good idea for a 'production release'.