Use a combobox event, Click, Change or some other that suits
Private Sub ComboBox1_Click() Label1.Caption = Range("B23") End Sub
Use a combobox event, Click, Change or some other that suits
Private Sub ComboBox1_Click() Label1.Caption = Range("B23") End Sub
MVP (Excel 2008-2010)
Post a workbook with sample data and layout if you want a quicker solution.
To help indent your macros try Smart Indent
Please remember to mark threads 'Solved'