I have a code already that looks for the value "CR" and changes the cell to the left of it. But I am going to have different workbooks where the value I need to change to a negative is not one cell to the left.
Some are four cells to the left, and some are 3... and so on. So I need this code to change the first cell to the left that contains a value.
To sum it up: If a cell equals "CR" then continue to look left for a value and change that value to a negative. Then delete the "CR" value.
Here is my current code:
Thank you
Bookmarks