I have a btnclick event that adds a combobox to a userform. This works fine. I have it set the left, top, width, font.color, font.italic and font.text attributes - It all works good. Here is that code...
strComboBox = "Forms.ComboBox.1"
strTextBox = "Forms.TextBox.1"
strLabel = "Forms.Label.1"...