Hello,
And (Spike) Thanks (again) for the code below
Code
If Me.ComboBox2.ListIndex <> 0 Then
Sheets("FSM").Cells(Me.ComboBox1.ListIndex + 1, 3) = Me.ComboBox2.Value
Me.TextBox1.Value = Me.ComboBox2.Value
End If
So when with this code the cell value is changed in the combobox value.
How can I than select the row that is changed - copy it and paste the row in an other sheet?
.....;Hope this is understandably.
aisietie