Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need a little help. I have created an interactive spreadsheet in excel. I
am using combo boxes to expedite data entry. The lists for these boxes reside in other workbooks. The problem that I am having is that the other workbooks have to be open in order for the lists to populate in the combo box. Is there any way to get around this? I do not want users to have open both workbooks in order to do the work in one. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You could take a worksheet in the current workbook and set up a database query to the workbook containing the lists for the drop down boxes. This way you could refresh the list upon opening the workbook and make your drop down boxes take the data from the sheet in the same workbook. -- Excelenator ------------------------------------------------------------------------ Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768 View this thread: http://www.excelforum.com/showthread...hreadid=569608 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have thought about that and it would work. However the current workbook
needs to be completely streamlined. The users are not very PC savy, that's why I have included the combo box to eliminate any user error. In addition, I do not want them to have access to the list that populates the combo box, for fear that they may "accidentally" change something. My goal is for the end user to open one excel file, scroll through a combo box to find the correct id, that id then populates the rest of the row with the corresponding information (using index(match) formulas), and then the user moves to the next row in the sheet. No decision's, no errors. Any ideas on how to make that happen. "Excelenator" wrote: You could take a worksheet in the current workbook and set up a database query to the workbook containing the lists for the drop down boxes. This way you could refresh the list upon opening the workbook and make your drop down boxes take the data from the sheet in the same workbook. -- Excelenator ------------------------------------------------------------------------ Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768 View this thread: http://www.excelforum.com/showthread...hreadid=569608 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro that can run combo boxes | Excel Discussion (Misc queries) | |||
Nesting Combo Boxes /Returning an Array | Excel Discussion (Misc queries) | |||
connecting combo boxes to yield data in another cell. | Excel Discussion (Misc queries) | |||
dynamic combo boxes | Excel Worksheet Functions | |||
How do I autofill combo boxes with their destination cell? | Excel Worksheet Functions |