#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 109
Default Combo Box

All,

In design mode I have created a combo box. I have inputted the
'ListFillRange' & 'LinkedCell'.

However when I select an input from the croll bar the link cell doesn't
place a ref nr but the text of the selected input instead! Any ideas how to
change this?


Cheers,

Neil
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Combo Box

A combo box from the Forms toolbar will return the index number to the
linked cell.

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
All,

In design mode I have created a combo box. I have inputted the
'ListFillRange' & 'LinkedCell'.

However when I select an input from the croll bar the link cell doesn't
place a ref nr but the text of the selected input instead! Any ideas how
to
change this?


Cheers,

Neil



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 109
Default Combo Box

Thank-you. I realise this but unfortunately have to create my own so that I
can increase the font size in the box: the forms box's font is too small.

Any ideas how to change the link box from text to a reference umber as
expected?


Cheers,

Neil

"T. Valko" wrote:

A combo box from the Forms toolbar will return the index number to the
linked cell.

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
All,

In design mode I have created a combo box. I have inputted the
'ListFillRange' & 'LinkedCell'.

However when I select an input from the croll bar the link cell doesn't
place a ref nr but the text of the selected input instead! Any ideas how
to
change this?


Cheers,

Neil




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Combo Box

I'm not sure how you'd do it programmatically (VBA) but you could use
another cell with a simple MATCH formula.

A1 = linked cell
B1:B10 = combo box source (ListFillRange)

=MATCH(A1,B1:B10,0)

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
Thank-you. I realise this but unfortunately have to create my own so that
I
can increase the font size in the box: the forms box's font is too small.

Any ideas how to change the link box from text to a reference umber as
expected?


Cheers,

Neil

"T. Valko" wrote:

A combo box from the Forms toolbar will return the index number to the
linked cell.

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
All,

In design mode I have created a combo box. I have inputted the
'ListFillRange' & 'LinkedCell'.

However when I select an input from the croll bar the link cell doesn't
place a ref nr but the text of the selected input instead! Any ideas
how
to
change this?


Cheers,

Neil






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 109
Default Combo Box

That worked brilliantly. Thank-you very much indeed. Any chance you could
have a llok at my earlier question regarding "lock cells"?

Your in great appreciation,

Neil

"T. Valko" wrote:

I'm not sure how you'd do it programmatically (VBA) but you could use
another cell with a simple MATCH formula.

A1 = linked cell
B1:B10 = combo box source (ListFillRange)

=MATCH(A1,B1:B10,0)

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
Thank-you. I realise this but unfortunately have to create my own so that
I
can increase the font size in the box: the forms box's font is too small.

Any ideas how to change the link box from text to a reference umber as
expected?


Cheers,

Neil

"T. Valko" wrote:

A combo box from the Forms toolbar will return the index number to the
linked cell.

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
All,

In design mode I have created a combo box. I have inputted the
'ListFillRange' & 'LinkedCell'.

However when I select an input from the croll bar the link cell doesn't
place a ref nr but the text of the selected input instead! Any ideas
how
to
change this?


Cheers,

Neil








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Combo Box

You're welcome. Thanks for the feedback!

Any chance you could have a llok at my
earlier question regarding "lock cells"?


I see you have replies at that post. You're in good hands with Gord!


--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
That worked brilliantly. Thank-you very much indeed. Any chance you
could
have a llok at my earlier question regarding "lock cells"?

Your in great appreciation,

Neil

"T. Valko" wrote:

I'm not sure how you'd do it programmatically (VBA) but you could use
another cell with a simple MATCH formula.

A1 = linked cell
B1:B10 = combo box source (ListFillRange)

=MATCH(A1,B1:B10,0)

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
Thank-you. I realise this but unfortunately have to create my own so
that
I
can increase the font size in the box: the forms box's font is too
small.

Any ideas how to change the link box from text to a reference umber as
expected?


Cheers,

Neil

"T. Valko" wrote:

A combo box from the Forms toolbar will return the index number to the
linked cell.

--
Biff
Microsoft Excel MVP


"Neil Pearce" wrote in message
...
All,

In design mode I have created a combo box. I have inputted the
'ListFillRange' & 'LinkedCell'.

However when I select an input from the croll bar the link cell
doesn't
place a ref nr but the text of the selected input instead! Any
ideas
how
to
change this?


Cheers,

Neil








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
linking a form combo box... results from the combo box to another Trey Excel Discussion (Misc queries) 1 July 15th 07 01:58 AM
combo reference on another combo box for picking address etc. kbjin Excel Worksheet Functions 1 December 8th 06 03:29 PM
Can one combo box control the data in a different combo box MarkM Excel Discussion (Misc queries) 5 October 9th 06 11:44 AM
"Combo Box - getting control combo box to stick in place in worksh ajr Excel Discussion (Misc queries) 1 February 16th 05 02:05 AM
"Combo Box - getting control combo box to stick in place in worksh ajr Excel Discussion (Misc queries) 0 February 15th 05 07:45 PM


All times are GMT +1. The time now is 02:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"