Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form where I use the combobox to select a row to edit.
The worksheet has a filter. Can I tell the combobox to only show the visible rows? I don't want to loose the index in the combobox because I use the index to update the cooresponding row. Data Filter On Visible Rows# Combo Box Value 1 Row1 2 Row2 4 Row4 Using the above example, if I select Row4 from the combo box, I want to automatically update Row4, not Row3 --- How do I do that? I also want the combo box values to show Row1, Row2, Row4 only since Row3 is hidden it should not show up. If the user changes the data filter then the values displayed in the combo box should automatically change. Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel data filter collapses rows even after I select show all!?!?!? | Excel Discussion (Misc queries) | |||
select only used rows and only visible cells | Excel Discussion (Misc queries) | |||
select from combobox and show a price in textbox | New Users to Excel | |||
Select visible cells using vba | Excel Programming | |||
How to make the drop down for comboBox visible in toolbar | Excel Programming |