Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for reading my question
I have a for that I made in the VB environment. It has a combo box that I want to retrieve the value from. The rowsource is set to a named range on the workbook sheet. It is a list of names. How do I get the value of the combo box. Right now all I get is 0 or False. Thanks again, Brad Private Sub FilterPlease_Click() Dim FilterValue As String FilterValue = Me.FilterPlease MsgBox FilterValue Range("A7").Select Range(Selection, Selection.End(xlToRight)).Select Range(Selection, Selection.End(xlDown)).Select 'Selection.AutoFilter Selection.AutoFilter Field:=1, Criteria1:=FilterValue Range("E7").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I fill a cell in a user form from a selection on same form? | Excel Discussion (Misc queries) | |||
User form | New Users to Excel | |||
user form | Excel Discussion (Misc queries) | |||
user form | Excel Programming | |||
I am looking to see if anybody has an equivalant user form to Outlooks CONTACT form | Excel Programming |