Hi,
title may have confused you, but here is the pseudocode of what I would like to do
I am able to cycle through the code using :![]()
For each cell in column C and H in "DD BOM" worksheet Look for a similar match in column A "BOM" worksheet. If match, copy corresponding cell value in column C of "BOM" worksheet paste into corresponding cells in column D or H
![]()
For Each cell In Sheets("DD BOM").Range("E:E").SpecialCells(xlCellTypeConstants)
Bookmarks