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 bkrike 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: Crazier
  • Content: Threads
  • Order by date
  1. Crazier

    Guessing Game

    I have written this code for a guessing game but it doesn't clear the message box to allow for a new guess. Any suggestions would be appreciated. Dim intIndex As Integer Dim intGuess As Integer Dim intIndexCount As Integer intIndexCount = 1 intGuess = txtGuess Do While intGuess <>...
  2. Crazier

    Numbers in sequence

    I need to write a program that adds numbers in sequence that add up to 10000. My problem is that I don't know how many numbers it has. I have been racking my brains trying to figure out how to do this. I figured a For,Next with a Do while loop in the for next but how do I write these numbers...
  3. Crazier

    Randomizing strings

    I can't seem to get this program to work I am not too familiar with randomizing with strings. I have done it several times with numbers. How can I make this work. Dim Answers$ (1 to 8) RANDOMIZE -TIMER CLS OPEN &quot;reply.txt&quot; FOR OUTPUT AS #1 WRITE #1 Yes WRITE #1 seldom WRITE #1...
  4. Crazier

    Do while, If, select case

    can you use a do while then an if and a select case in one loop?

Part and Inventory Search

Back
Top