Good morning DelScorcho

Quote Originally Posted by DelScorcho
However I need to replace the name "combobox1" with a variable.
How about :
a = "ComboBox1"
wbHold.Worksheets("Worksheet1").Controls(a).AddItem "test"
HTH

DominicB