Hello,
I am trying to code to a combobox on a worksheet (Excel 2003) from a module using variables.
The following code gets me part of the way:
However I need to replace the name "combobox1" with a variable.![]()
Dim wbHold As Workbook Set wbHold = ThisWorkbook wbHold.Worksheets("Worksheet1").combobox1.AddItem "test"
Thanks
Bookmarks