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 Mike Lewis 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: jKin
  • Order by date
  1. jKin

    Totaling a list box full of numbers

    Hi, I would like to total a list box full of numbers and put this total in a text box. I have tried this code, but when I run it I get a “type mismatch” error. For i = 1 To List4.ListCount x = x + CInt(List4.List(i)) Next txtTotals(0).Text = x when I take the CInt off, it adds up...
  2. jKin

    Add a highlighted row in a flex grid to a list box

    Thanks very much for the code!!!
  3. jKin

    Add a highlighted row in a flex grid to a list box

    Hi, How do I add the highlighted row in a flex grid to a list box? I have a MSFlexgrid with 9 columns. I would like to have the user select a row and put that row of information into a list box. Thanks for any help provided!!!

Part and Inventory Search

Back
Top