Turtleman10
Technical User
I cant seem to populate my combobox. what do I need to set so I can additem. I think this is where I'm hung up.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Try it in Outlook. Any time I tried to set the RowSource via the properties or via code, I got an error message. I can't believe it's so picky for something that should be so simple. The Outlook combo box looks to be a TOTALLY different animal than the other Office products.Yes, albiet tested in Excel;
ComboBox1.List = Array("one", "two", "Three")
Private Sub ComboBox1_DropButtonClick()
ComboBox1.AddItem "red"
ComboBox1.AddItem "red"
ComboBox1.AddItem "red"
ComboBox1.AddItem "red"
ComboBox1.AddItem "red"
ComboBox1.AddItem "red"