Dynamic range not resized for RowSource usage
I've defined a range name "rng":
=OFFSET(Sheet1!$A$2,0,0,COUNTA(Sheet1!$A$2:$A$6553 6),1)
and then used that as the rowsource for a listbox in a userform.
Problem is, when I add a new value to the list, the range is not resized
until I close/reopen the form.
Anybody know a workaround?
Thanks.
|