Hi,

Instead of specifying !DISC, try using DISC* since you state that list box name always starts with DISC.

The characters following DISC seem to be dynamic. So using * after would enable to recognize all listboxes starting with DISC.

Cheers...