I'm sure the answer to this is staggeringly simple but I'm stumped. I have a userform and I want to assign the value of a combobox to a textbox when a command button is pressed. However, nothing shows up in the textbox. If I 'transfer' the combobox value to the textbox and then to a worksheet (as below), it shows up in the sheet but the textbox is blank. What simple thing am I missing?
QuotetxtBox.Value = cboMet.Value
ActiveCell.Offset(11, 0) = txtBox.Value