hungledink
Board Regular
- Joined
- Feb 20, 2012
- Messages
- 88
- Office Version
- 365
I have a combobox in a userform which takes its values form a dynamic range using this formula
=OFFSET($A$1,0,0,COUNT($A:$A),1)
This works ok but I want to add rows with new data at the start of this list, and include this new data in the combobox. When I do this though it corrupts the formula.
If I add one row in row 1:1 then the formula changes to say =OFFSET($A$2,0,0,COUNT($A:$A),1)
How do I get round this issue?
Thanks in advance.
=OFFSET($A$1,0,0,COUNT($A:$A),1)
This works ok but I want to add rows with new data at the start of this list, and include this new data in the combobox. When I do this though it corrupts the formula.
If I add one row in row 1:1 then the formula changes to say =OFFSET($A$2,0,0,COUNT($A:$A),1)
How do I get round this issue?
Thanks in advance.