I want to have a portion of one of my macros update/recreate a named range called DB
I’ve recorded the code below but don’t know how to change it so that it doesn’t point to a specific range (the RC addresses). Can someone help me?
Selection.CurrentRegion.Select
ActiveWorkbook.Names.Add Name:=”DBTest”, RefersToR1C1:= _
“=Accounts!R1C7:R163C60”
Thanks in advance,
Christa