Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Does the order of worksheets matter ? | Excel Worksheet Functions | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
Date matter | New Users to Excel | |||
Every time I type 24-7 it changes to 24/Jul no matter what | Excel Discussion (Misc queries) | |||
Does Size Matter? | Excel Programming |