I am trying to create a loop that will pass through every cell in a column and define it a name based on the cell's value.
I doesn't seem to like this. Any help? Thanks.VB Code:
For X = start To finish Sheets(2).Cells(X, 6).Name = Sheets(2).Cells(X, 6).Value Next X


Reply With Quote