johnbird1988
Board Regular
- Joined
- Oct 6, 2009
- Messages
- 199
Hello,
I have a activex combo box and would like to populate the values with the value in a pivot table.
I have tryed the below code but nothing happens am I doing something wrong or can this not be done?
Thank you
John
I have a activex combo box and would like to populate the values with the value in a pivot table.
I have tryed the below code but nothing happens am I doing something wrong or can this not be done?
Code:
Private Sub ComboBox1_DropButt*******()
ComboBox1.ListFillRange = ActiveSheet.PivotTables("PivotTable15").PivotFields("ADVISOR").Value
End Sub
Thank you
John