Hi All,
I'm having some issues with VBA. I want the code to look up cells within a range, that when greater than zero, copies and pastes adjacent columns as values in the same location (to remove the formulas).
The lookup range is J10:J371, and if greater than zero, I want adjacent cells in column J,K,L to copy and paste as values.
For example, J52 = 2000, then J52:L52 copies and pastes as values in the same place.
I saw something similar on the below thread but I can't quite get it to work on mine.
https://www.mrexcel.com/forum/excel...aste-special-values-based-cell-reference.html
Thank you in advance.
I'm having some issues with VBA. I want the code to look up cells within a range, that when greater than zero, copies and pastes adjacent columns as values in the same location (to remove the formulas).
The lookup range is J10:J371, and if greater than zero, I want adjacent cells in column J,K,L to copy and paste as values.
For example, J52 = 2000, then J52:L52 copies and pastes as values in the same place.
I saw something similar on the below thread but I can't quite get it to work on mine.
https://www.mrexcel.com/forum/excel...aste-special-values-based-cell-reference.html
Thank you in advance.