I've used this code to set up a batch of names ranges on a spreadsheet, but am not sure how I would change this to set the rage as a full row instead of just as a cell? any advice on how I should tweak this?
Sub rangerset()
Dim cell As Range
Dim rng As Range
Dim RangeName As String
Dim...