C
CmK
Hi
I have four listboxs on one sheet how do i
loop through all the listboxs on one Worksheet then populate them with named
range
Named range are List1,List2,List3 and List4
So i need List1 to be populated in the first Listbox
then List2 to be populate into the second Listbox
etc....
Example
sub poplistboxx()
Dim listbox as object
Dim i as integer
For each listbox in activesheet
??????
Thanks in advance
I have four listboxs on one sheet how do i
loop through all the listboxs on one Worksheet then populate them with named
range
Named range are List1,List2,List3 and List4
So i need List1 to be populated in the first Listbox
then List2 to be populate into the second Listbox
etc....
Example
sub poplistboxx()
Dim listbox as object
Dim i as integer
For each listbox in activesheet
??????
Thanks in advance