gemcgraw
Board Regular
- Joined
- Mar 11, 2011
- Messages
- 72
I can't use the RowSource option to populate a comboBox. I need to only populate it with values based on another column's value.
Scenario:
ComboBoxRoom should only be populated from values in Worksheets("PrinterDatabase") C2:C200, if the corresponding column on that sheet, H2:H200 value is not blank -or- null. If so, skip until the end is reached. It's that simple but for some reason I'm just having a mental block.
Scenario:
ComboBoxRoom should only be populated from values in Worksheets("PrinterDatabase") C2:C200, if the corresponding column on that sheet, H2:H200 value is not blank -or- null. If so, skip until the end is reached. It's that simple but for some reason I'm just having a mental block.