I have two dynamic named ranges wich are columns inmy worksheet.
I want to use VBA to calculate the difference between the values in each range:
and place the answer in Col M.
My code doesnt work - but could someone give me a pointer as to where its wrong?
I want to use VBA to calculate the difference between the values in each range:
Code:
Sheets("ClosedIssues").Cells(i, "M").Formula = "DynResolved-DynResolution"
and place the answer in Col M.
My code doesnt work - but could someone give me a pointer as to where its wrong?