Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Basically I have an input/user sheet, an output sheet. The user makes a
selection from a listbox in the Input sheet, and I need what was selected to be put in a cell in the Output sheet. Anyone know how to do this? I've done this just doing cell to cell. That would be "=input!A2" but I'm not sure how to do it for a listbox selection. Thanks in advance. Also, does anyone know how to get rid of the horizontal scrollbar that automatically comes up with a listbox. Its not needed, and I cant figure out how to get rid of it. Something about changing the "width" under "properties" in the control toolbox. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set the linkedcell property of the listbox to the cell where you want the
selection to appear Make the control toolbox toolbar visible and click the upper left icon so it appears depressed. This puts you in design mode where you can change the properties of the listbox. Right click on the listbox and select properties. One of the properties should be LinkedCell. Put in an entry like Output!B9 Also, another property is Width. Make the number larger. -- Regards, Tom Ogilvy Marcie wrote in message ... Basically I have an input/user sheet, an output sheet. The user makes a selection from a listbox in the Input sheet, and I need what was selected to be put in a cell in the Output sheet. Anyone know how to do this? I've done this just doing cell to cell. That would be "=input!A2" but I'm not sure how to do it for a listbox selection. Thanks in advance. Also, does anyone know how to get rid of the horizontal scrollbar that automatically comes up with a listbox. Its not needed, and I cant figure out how to get rid of it. Something about changing the "width" under "properties" in the control toolbox. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox selection | Excel Discussion (Misc queries) | |||
How to capture the Sheet name in a cell | Excel Discussion (Misc queries) | |||
capture listbox click | New Users to Excel | |||
protect cells after listbox selection | Excel Discussion (Misc queries) | |||
Listbox & Selection | Excel Discussion (Misc queries) |