Re: Form Control ListBox Font turning White
Never mind, I figured out a way to make the reference cell dynamic in the named range. For other people who may come across this issue, here is the Named Range formula (Note that I have a header that will not get deleted, but obviously did not want in the list box): =OFFSET(OFFSET(Build!$AI$1,1,0),0,0,501-COUNTBLANK(Build!$AH$2:$AH$500)-2). This way if I delete the top item it doesn't change my range. Thanks!