I am a beginner in VBA.
In a userform that I create, I add a scrollable listbox (3 columns, 12 rows)and a button.
When I click the button, the value in the third column should change, and the listbox should display the new value accordingly.
However, currently there are particular rows fail to display the new value even I change it already. And I also notice that the rows that fail to display the new value are those not showing in the scrollable list box when I click the button.
Does anyone know why this happen. Thank you so much!!!