Auto-complete not showing all the option

tm5000

New Member
Joined
Jun 5, 2009
Messages
2
Hi,
I am currently working on a small library inventory. I have about 1100 items typed in. I realized that the auto-complete does not show me all the options.

For example, there are four items that starts with "Iceland," but when I type in "i" excel shows me only one option.

I know it's not a spacing issue. I found one way to fix it. That is
1. Fill a black cell with 30 or more letters
2. Erase all the letters
3. Start typing
This will show me all the options, but it is somewhat troublesome.

Do any of you know how to easily fix the issue? (How to enable the Excel to show all the option)

Thank you in advance,
TOMO
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
try using a combobox with this code

Code:
Private Sub ComboBox1_Change()

ComboBox1.DropDown

End Sub
 
Upvote 0
Thank you for your quick reply.
Does this work on Office 2008 for Mac?

I'm not sure how to work it out.

Thanks
 
Upvote 0
i don't think so since it's vba and macs use Applescript. which unfortunately for you I know nothing about.

perhaps someone else on here can lend a hand who has Applescript knowledge.
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,581
Members
449,089
Latest member
Motoracer88

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
Back
Top