Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vidar78
  • Content: Threads
  • Order by date
  1. vidar78

    Combo-box and vba

    Hi, I have a set of 50 comboboxes in an excel sheet, and I am trying to write values to them through a for-statement... but I can't figure out how. I have done it by using a form in access, with this code: For count = 1 To 50 Me("ComboBox" & count) = array(count) Next But of course, I can't...

Part and Inventory Search

Back
Top