Recent content by groc426

  1. G

    Cannot populate combo box with array

    LPurvis- Whoops...I apologize for posting in the wrong forum. I'm not receiving any type of error. When I step through the vba code, everything executes fine. Each item in the column (in Excel) is assigned to an index number (x) in the array. But when I go to the UserForm combo box that is to...
  2. G

    Cannot populate combo box with array

    DCrake- Yep attempted to set the row source type to value list assuming the syntax is as such: .RowSourceType = "Value List" I'm using Excel, is this a valid with excel? LPurvis- Yes, I am using a UserForm control to directly assign an array to a listcontrol, within Excel Any suggestions...
  3. G

    Cannot populate combo box with array

    Hello everyone- I've been learning a lot from this forum about VBA, but while building my own project, I've run into a problem that I cannot figure out, despite hours of searching. But...I'm learning:) Attempting to do: Read down a column in excel and store the information in an array. Take...
Back
Top Bottom