Combine from multiple sheets a range and then populate a ComboBox

Dataminer1

New Member
Joined
May 19, 2005
Messages
21
I would like to combine, from two sheets, a range and then populate a ComboBox.

Below is the code I use to load my list on my “Find” sheet from my “Page1” sheet.

Sheets("Find").ComboBox1.ListFillRange = "Page1!A1:A" & Sheets("Page1").Range("A" & Rows.Count).End(xlUp).Row

I also have a “Page2” and soon a “Page3” that follow the same layout.

My questions are… One, I do not know if this can be done and Two, If it can, will I hit a limit of what I can put in to the list? I hit the max number of lines excel 2003 can handle (hence the multiple pages).

Any suggestions?
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

Forum statistics

Threads
1,191,536
Messages
5,987,162
Members
440,082
Latest member
belodelokelo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top