I would like any help with this VBA code. I want to find a value ("/m0") in a particular column(C or 3) in a worksheet and then copy that row containing the value and insert the copied row below (not overwrite the existing row). Once I have two identical rows, I need to change this value ("/m0") to 177 in the first row (in col C)and 178 in the copied row (in col C) respectively. This search needs to be done in a loop to find all the rows containing that value in column C.
Really embarrassed to ask help here as this may be a really easy code but I could not figure it out. Please feel free to ask any follow up questions for clarification.
Thank you!