I have a userform with 5 listboxes on it.

It there a neater way of cycling through each listbox control rather than evaluating each one in turn?

Something like

for each lb in userform.listboxes
msgbox lb.name
next lb

CIA,
Matt.