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!

Recent content by christian33

  1. christian33

    Using CheckBox as element of an array in EXCEL97 VBA ?

    Using EXCEL97, with VBA I use forty CheckBoxes. These CheckBoxes are named by VBA, CheckBox1, CheckBox2 etc... But I would like to use them like elements of an array of CheckBoxes, using calls to CheckBox(I).value, where I is an integer, in a loop. Is it possible, as I am a novice in VBA...
  2. christian33

    In Excel97 with VBA, using CheckBox in arrays ?

    A French teacher : Is it possible to use CheckBox(4) instead of CheckBox4, as i need to use these controls in a loop, with a index. Thank's for any solution, as i am a beginner with VBA. Christian GRANDE, in BORDEAUX (FRANCE)

Part and Inventory Search

Back
Top