Hello,
I am looking to automate a process where I can have a named range (entire column) where the name of that range will be the value in Row 1 of that column.
ActiveCell.Columns("A:A").EntireColumn.Select
ActiveWorkbook.Names.Add Name:="Cell A1", RefersToR1C1:= _
"='Sheet1'!C1"
I want "Cell A1" to actually be the value of that cell.
Can anyone help?
Bookmarks