Hi there,
I am new to VBA and have this code
Sub Rename()
'Rename
Range("F2:P2").Name = Range("B2")
End Sub
Can someone tell me how to progress this automatically to the next row eg:
Range("F3:P3").Name = Range("B3')
etc, and so on to say about 2000.
Hope this makes sense.
Thanks in advance
I am new to VBA and have this code
Sub Rename()
'Rename
Range("F2:P2").Name = Range("B2")
End Sub
Can someone tell me how to progress this automatically to the next row eg:
Range("F3:P3").Name = Range("B3')
etc, and so on to say about 2000.
Hope this makes sense.
Thanks in advance