Hello,
I am going through a range of cells down column A, then going across the row of that cell to determine the value inputed by user. If c.value > 0, I will copy and paste specific cells to another sheet. See code portion below:
Dim TargetCell As Range
Set TargetCell = Range("A6")
Dim...