Looping through multiple listboxes

Joined
Sep 22, 2007
Messages
3
Reaction score
0
Hello,

I have 8 listboxes on my userform. Rather than writing a code for each listbox, is possible to loop through each one to find selected items with a single procedure. The following approach was unsucessful:

for i=1 to 8
with listbox & i
.......
end with

Can someone help out?

Thanks

Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top