Hi,
I'm using "Name Manager" in Formulas Tab to define LIST. Exaclty the same I want to do using VBA.
I have:
=OFFSET('Country'!$E$9,0,0,COUNTA('Country lvl'!$E$9:$E$20),1)
Into VB:
rows_x = ws.Cells(Rows.Count, "A").End(xlUp).Row
wb_1.Names.Add Name:="Country_list", RefersToR1C1:= _...