Embedded in the worksheet sheet1 I have a Form Control combo box named combobox_test and it has selected value x
sheet1
combobox_test
x
in addition t
putItRng.Rows(1)= ActiveSheet.combobox_test.value
Try:
activesheet.cells(1,putItRng.column).value=activesheet.combobox_test.value
If it doesnt work then your combobox is not named "Combobox_test"