hello! I m using the below code I m sure it is right but the cell doesn't change when I choose or select an item from my Combobox
how code I fix this?
is it a problem in combo box properties, I guess I tried all of them too!
Private Sub CB_Model_No_1_Change()
Dim product As Worksheet
Set product = ThisWorkbook.Sheets("DeNora Data Entry")
product.Range("A5").Value = Me.CB_Model_No_1.Value
End Sub
how code I fix this?
is it a problem in combo box properties, I guess I tried all of them too!
Private Sub CB_Model_No_1_Change()
Dim product As Worksheet
Set product = ThisWorkbook.Sheets("DeNora Data Entry")
product.Range("A5").Value = Me.CB_Model_No_1.Value
End Sub