Hi,

On my worksheet I have data in 2 columns. The first column is reserved for a Yes/No entry. The second contains the corresponding data - ie a list of names.

When initialising a list box on a user form, I wish the code to sort through the list and only add those values that have a corresponding "Yes" value.

How would I do this??

Thanks, Simon