you were close.
never use + to concantinate (spelling?) (add) 2 strings together always use &

cboLog.Additem Option1.Caption & " " & text2.text

I removed the + from that line..that should work fine