Hello every one,
I have an excel which contains two sheets "DCW" and "DCW Original" the number of columns and rows keep changing , in the sheet "DCW" the first column ie "ColumnA"contains the values "Mismatch" or "OK" for each row, all the rows in the "DCW" will be present in "DCW Original" but "DCW Original" might contain many rows.
now, i want a macros where if the "ColumnA" value in the sheet DCW is "mismatch" then it should search for the same row of the "DCW" in the "DCW Original" and it should copy the cell comments of that particular row from "DCW" to "DCW Original".
since the "columnA" of the sheet "DCW" contains Mismatch or ok , the row data starts from "columnB" but in "DCW Original" the row data starts from "Column A"
I have an excel which contains two sheets "DCW" and "DCW Original" the number of columns and rows keep changing , in the sheet "DCW" the first column ie "ColumnA"contains the values "Mismatch" or "OK" for each row, all the rows in the "DCW" will be present in "DCW Original" but "DCW Original" might contain many rows.
now, i want a macros where if the "ColumnA" value in the sheet DCW is "mismatch" then it should search for the same row of the "DCW" in the "DCW Original" and it should copy the cell comments of that particular row from "DCW" to "DCW Original".
since the "columnA" of the sheet "DCW" contains Mismatch or ok , the row data starts from "columnB" but in "DCW Original" the row data starts from "Column A"