Wide Drop Down Box reduces to cell size after selection

M

mjones

Hi,

I hope Excel can do this.

If Column H is the account number, and all the accounts and their
descriptions are listed in O10:097, can the cells in column H be a drop
down box selecting from the accounts? The accounts are four number,
space and then a long description.

The tricky part is that the account number cell is only 150px wide and
the accounts and their descriptions are 500px wide. I'd like the drop
down box to show the full description to pick from, but when selected,
it only needs to show the 150px of text. You see the account number is
at the beginning of the line so we only need the description to make
our selection, then just the account number is good to show in Column
H.

Hope that makes sense.

Thanks,

Michele
 
T

Tom Ogilvy

Use a combobox from the control toolbar toolbox. Use ColumnCount = 2, load
account numbers in the left column and descriptions in the right column.
Set the ListWidth and the ColumnWidth properties large enough to show what
you want.
 

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