You would need to add a named range which used the INDIRECT formula

So with data in A1:B10 and description of range in C1 you could create a name
COMBO_LIST which used the formula =INDIRECT(Sheet1!$C$1)

The set the ListFillRange to COMBO_LIST

make sure to set ColumnCount to 2