Hi,
I have a named range that is a 25 x 100 table. I am importing data from another csv into this table and the rows will change, so I want to be able to automatically update the named range from
"A1:BB100"
to
"A1:BB250"
if the number of rows increases, is there an easy way to do this in VBA?
Thanks
I have a named range that is a 25 x 100 table. I am importing data from another csv into this table and the rows will change, so I want to be able to automatically update the named range from
"A1:BB100"
to
"A1:BB250"
if the number of rows increases, is there an easy way to do this in VBA?
Thanks