I developed and tested some VBA code using Office 2013 and was working perfectly. BUT when I ran it on Office 2007, the code breaks at this line...
the error msg I received was Run-time error 1004: Application-defined or object-defined error.
Can you please help with this?
Code:
ActiveSheet.Range("D6").Value = "=" & Worksheets("Formula").Range("AlarmsStatusFormula").Value
the error msg I received was Run-time error 1004: Application-defined or object-defined error.
Can you please help with this?