J
Joy
This might not be a VBA question. We found the issue below when developing a
tool to automatically copy values, so I post it here.
Suppose I have a task with Work data:
Work Actual Work Remaining Work
15 0 15
1. If I update Remaining Work to 4, Work is updated to 4 accordingly. Then
if I update Actual Work to 11, Remaining Work is set to 0, and Work is set to
11.
2. If I update Actual Work to 11 first. I notice that Work and Remaining
Work do not change accordingly. Then I update Remaining Work to 4, and Work
is changed to 15 (=4+11), which works OK.
Why the order I enter values to the 2 fields (Actual Work and Remaining
Work) matters? Is there any way that can copy values whichever I update first?
tool to automatically copy values, so I post it here.
Suppose I have a task with Work data:
Work Actual Work Remaining Work
15 0 15
1. If I update Remaining Work to 4, Work is updated to 4 accordingly. Then
if I update Actual Work to 11, Remaining Work is set to 0, and Work is set to
11.
2. If I update Actual Work to 11 first. I notice that Work and Remaining
Work do not change accordingly. Then I update Remaining Work to 4, and Work
is changed to 15 (=4+11), which works OK.
Why the order I enter values to the 2 fields (Actual Work and Remaining
Work) matters? Is there any way that can copy values whichever I update first?