Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can't seem to get it to work. I keep getting "object doesn't support this
property or method, even though I see the property in the list of options. I have ProdCatValue defined as a public string variable, and I call the procedure from the first dropdown box. Here is the code: Public Sub FilterProductNames() Select Case ProdCatValue Case "A" Sheets("Form")!cboProductName.RowSource = "Reference!G4:G13" Case "B" Sheets("Form")!cboProductName.RowSource = "Reference!I4:I16" Case "C" Sheets("Form")!cboProductName.RowSource = "Reference!K4:K9" Case "D" Sheets("Form")!cboProductName.RowSource = "Reference!C19:c23" Case "E" Sheets("Form")!cboProductName.RowSource = "Reference!E19:E73" Case Else End Select End Sub I have also tried it with listfillrange instead of rowsource, but neither works. I have also tried it directly in the on change event for the first combo, with everything enclosed. (I moved it to a public sub because I thought at first that the data type for the listfillrange / rowsource property was range instead of string, and the range was on another worksheet.) What am I doing wrong? Katie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to enter data of one cell based on greatest amount of anot | Excel Discussion (Misc queries) | |||
Getting Combo boxes to change options based on other Combo boxes. | New Users to Excel | |||
Chart changing based on change in data source (number of rows/colu | Charts and Charting in Excel | |||
Change Pie Chart segment color based on value in source data | Charts and Charting in Excel | |||
assigning values to one cell which will change the formula in anot | Excel Worksheet Functions |