- Joined
- Jun 15, 2007
- Messages
- 1
- Reaction score
- 0
I only have limited background with C++, and have been asked to create a VBA macro within Excel that checks whether the difference between two cells is greater than a set error value, and if so, then pastes only the value of one of the cells into the other one. The program should loop, so that it will continue this until the difference is below the error tolerance. Is this possible? Thanks.