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

    Calculating hours worked in Excel?

    Hello all, I know there is a way to calculate hours worked in excel, but I am having a dificult time finding the formula. I need to subtract the stop time from the start time. I keep getting ######## in the cell. I have been thru the help files and I can find no mention of a specific format...
  2. psybertek

    Registry file location?

    Is it possable to delete the registry file and then import a known good registry file? or is it possable to replace a bad registry file with a known good registry file? any help will be be greatly appreciated.
  3. psybertek

    need to check if text box data is between 0.0 and 9.9

    Hello all, Man I am not sure where to start. I have 8 textboxes that have to have numerical data entered into them. Nothing is done with the data until the user presses cmd_calcit. I need to check if the data is between 0.0 and 9.9 inclusive in the first 4 boxes and if the data is between 4...
  4. psybertek

    re faq222-75 ??? errors

    Hello all, I tried using the code in the faq 222-75, it's supposed to reboot or shut down an nt machine. I keep getting errors pertaining to the public / private module types. I am not sure where to place this code so that it will work. I am trying to create an EXE file that will shut my...
  5. psybertek

    simple text read

    Hi all, Back again. Ok, I have written a small routine to print checks, I am trying to get a label to change the check number based on data read from a text file. So I want to open the text file read the number, assign the number to a label. Then I want to implement the number by one and...
  6. psybertek

    Printing a computer printed check

    Hi All, OK, I use computer printed check's, I am trying to build an app that will take my data and print it on the appropriate check. I am using a scanned image of one of my checks for the background of my form. Since I don't need that image to print, I set it to visible = false when it...
  7. psybertek

    testing time intervals on the timer control

    Hello all, It's me again. OK, the base of this question is, I am trying to test if a specific amount of time has elapsed, (IE) 1 hour 30 min. ( I am trying to cut down the amount of cigarrettes I smoke a day, so I get one every hour and a half) anyway, I know what I want it to do, my problem...
  8. psybertek

    text to speach coding ?

    Hello all, I am in need of some coding examples in VB 6 for text to speach. I can't seem to find any help in the MSDN library. I need the project to count some numbers and then convert the text to speach. (i.e.) for a = 1 to 4 (speak a) next a what I need is a little more involved but this is...
  9. psybertek

    createing a command from in VB

    Hello, Any help would be greatly appreciated. I am trying to figure out how to create and name a command button from within VB code. I think I know how to rename it, just not how to create it. It also needs to put itself on an excel worksheet with the new name, it would also be convenient if...
  10. psybertek

    textbox messaging

    I recently started learning VB. Way back in 82 I studied basic programming. I am having a hard time figuring out how to show the results of a for next loop in a text box. (eg) (old basic) for a = 1 to 1000 print a next a I figured out the code to show it in VB, the problem is that you...

Part and Inventory Search

Back
Top