Is there a quick way to name a cell in column A with a name in column B? I have 1000 rows in column A needing a name that is located in column B. I posted on another site and received this answer:
ActiveCell.Name = ActiveCell.Offset(,-1).Value
but I do not know how to make this a macro. Plus, I think it's backwards. I have the name to the RIGHT of the cell I need the name in.