C
cporter
The coding below does not set the value of
Worksheets("import").Cells(j, 4) equal to the contents of the cell
Worksheets("data").Cells(j, k). What do I need to change to get it to
do so?
If Worksheets("import").Cells(i, 4) = Worksheets("data").Cells(j, 1)
Then
Worksheets("data").Cells(j, k) = Worksheets("import").Cells(j, 4)
Worksheets("import").Cells(j, 4) equal to the contents of the cell
Worksheets("data").Cells(j, k). What do I need to change to get it to
do so?
If Worksheets("import").Cells(i, 4) = Worksheets("data").Cells(j, 1)
Then
Worksheets("data").Cells(j, k) = Worksheets("import").Cells(j, 4)