Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default combobox matter

envir: office97 excel , winxphome

how do u set properties for a combobox to let listpart of combo expand to
the content,
but NOT the edit part of the combo?
thank you
reg jan



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default combobox matter

If the combobox is from the forms toolbar, you can use a defined name as the
source and in the defined name (insert=Name=define) you can use a formula

Name: List1
Refersto: =Offset(sheet1!$A$1,CountA(Sheet1!$A:$A),1)

this technique does not work as well with a combobox from the control
toolbox toolbar. You might use some event code to set the listfillrange
for the control (worksheet) or rowsource (userform).

--
Regards,
Tom Ogilvy

Jan Eikeland wrote in message
...
envir: office97 excel , winxphome

how do u set properties for a combobox to let listpart of combo expand to
the content,
but NOT the edit part of the combo?
thank you
reg jan





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default combobox matter

thank You.

reg jan
"Tom Ogilvy" skrev i melding
...
If the combobox is from the forms toolbar, you can use a defined name as

the
source and in the defined name (insert=Name=define) you can use a

formula

Name: List1
Refersto: =Offset(sheet1!$A$1,CountA(Sheet1!$A:$A),1)

this technique does not work as well with a combobox from the control
toolbox toolbar. You might use some event code to set the listfillrange
for the control (worksheet) or rowsource (userform).

--
Regards,
Tom Ogilvy

Jan Eikeland wrote in message
...
envir: office97 excel , winxphome

how do u set properties for a combobox to let listpart of combo expand

to
the content,
but NOT the edit part of the combo?
thank you
reg jan







  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default combobox matter

The formula omitted the 2nd and 3rd arguments

Name: List1
Refersto: =Offset(sheet1!$A$1,0,0,CountA(Sheet1!$A:$A),1)

--
Regards,
Tom Ogilvy

Jan Eikeland wrote in message
...
thank You.

reg jan
"Tom Ogilvy" skrev i melding
...
If the combobox is from the forms toolbar, you can use a defined name as

the
source and in the defined name (insert=Name=define) you can use a

formula

Name: List1
Refersto: =Offset(sheet1!$A$1,CountA(Sheet1!$A:$A),1)

this technique does not work as well with a combobox from the control
toolbox toolbar. You might use some event code to set the

listfillrange
for the control (worksheet) or rowsource (userform).

--
Regards,
Tom Ogilvy

Jan Eikeland wrote in message
...
envir: office97 excel , winxphome

how do u set properties for a combobox to let listpart of combo expand

to
the content,
but NOT the edit part of the combo?
thank you
reg jan









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
Does the order of worksheets matter ? kittronald Excel Worksheet Functions 1 August 20th 11 06:56 PM
fill combobox depending on selection from another combobox Adam Francis Excel Discussion (Misc queries) 2 July 24th 08 07:39 PM
Date matter ShamsulZ New Users to Excel 4 October 4th 06 09:54 AM
Every time I type 24-7 it changes to 24/Jul no matter what James-Holland Excel Discussion (Misc queries) 2 February 9th 06 04:08 PM
Does Size Matter? Greg Bloom Excel Programming 9 October 12th 03 12:28 AM


All times are GMT +1. The time now is 02:03 PM.

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

About Us

"It's about Microsoft Excel"