Hi All, i am trying to copy a cell to columns to the right.
The below code is relating to an if yes statement, that if criteria is met, it will find the the required cell and update it (successfully works)
Dim checkCell As Range
Dim cell As Range
Dim endRow As Long...