Hi Guys,
Have the following line of code that I would like to add 1 to the result of.
Cells(Target.Row, "F") = Cells(Target.Row, "E") - Cells(Target.Row, "D")
I've tried a number of ways to get this to work with no luck. Any thought's would be great.
It forms part of the following code that I...