Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need my userform comboboxes to keep their list values
when the program is closed, and the selected value in the combobox needs to saved too. So when i open the workbook, the comboboxes keep their lists from before, and whichever value was selected from the combobox stays in there, how would i do that? thanks in advance Josh Ashcraft |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set the row source manually in the VBE. If you are not getting your data
from the worksheet, then you would need to run code to repopulate the lists. Likewise, you would need to store the selected value in a cell or somewhere else, and then reset it with code, possibly in the initialize event. -- Regards, Tom Ogilvy "Josh Ashcraft" wrote in message ... I need my userform comboboxes to keep their list values when the program is closed, and the selected value in the combobox needs to saved too. So when i open the workbook, the comboboxes keep their lists from before, and whichever value was selected from the combobox stays in there, how would i do that? thanks in advance Josh Ashcraft |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closed without saving by mistake | Excel Discussion (Misc queries) | |||
If I closed an excel doc without saving can I get it back? thx | New Users to Excel | |||
Help - Closed excel doc with out saving it | Excel Discussion (Misc queries) | |||
SAVING DATA TO CLOSED WORKBOOKS | Excel Worksheet Functions | |||
RECOVER A SPREADSHEET CLOSED BEFORE SAVING | Excel Discussion (Misc queries) |