G
Guest
I want to run through a column using the:
For Each c In Worksheets("CV Table").Range("B:B").Cells,
statement but I want to start at Cell(6,6) all the way down to the last cell
in coulmn B:B with a value in it. How do I write the code for this. Thanks
For Each c In Worksheets("CV Table").Range("B:B").Cells,
statement but I want to start at Cell(6,6) all the way down to the last cell
in coulmn B:B with a value in it. How do I write the code for this. Thanks