Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've been having quite a bit of fun.
Need to get a formula working that will extract the choice selected i a combo box in Excel 97 to another sheet within the same file. Here's a quick summary: 1. Excel 97 (soon to be Excel 2002) 2. Need formula to extract "selection" of combo box to a database shee within the same excel file. 3. The page with comboboxes is labeld "MR" 4. The database page is "CentralDatabase" 5. Combo Box has been labeled "Combobox1" 6. The Combo Box pulls from data on "Data" sheet in file. 7. The formula currently looks like this: ************** Sub Control_on_worksheet() Dim mypick As Variant Sheets("CentralDatabase").Range("D4") = Combobox1.Value ' Empty out the drop-down. End Sub ************** Something is missing. Dan ![]() -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract data from another database | Excel Worksheet Functions | |||
Extract data from database | Excel Worksheet Functions | |||
Manipulation of Data extract from Access Database | Excel Discussion (Misc queries) | |||
Adding database data to a combo box... | Excel Discussion (Misc queries) | |||
extract data from combo box n use it in SQL | Excel Discussion (Misc queries) |