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 dencom 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 cheetahz

  1. cheetahz

    External programs

    somewhat, but i am looking for a way to search the text on a webpage "like ctrlF"
  2. cheetahz

    Math question

    by the way thank you both very much
  3. cheetahz

    Math question

    whshooo!! success! it was this change that fixed it MyScreen.PutString format(DiffMyArea,"fixed"), 6, 17 thank you
  4. cheetahz

    Math question

    i have posted several times wow? anyway 85.00 returns 10 0 ->instead of 10.00 100.00 returns 25 00 ->instead of 25.00 no decimal and digits are out of place and i also asked you to try a larger number that way you could see exactly what it is doing if you cant follow the posts.
  5. cheetahz

    Math question

    i feel like you are getting paid for each post lol here is my code as i stated eairler i changed it to match yours. take a look and let me know if i am missing something Set MyScreen = Sess0.Screen Set MyArea = MyScreen.Area(6, 17, 6, 22,, 3) mysum1 =...
  6. cheetahz

    Math question

    i have posted several times wow? anyway 85.00 returns 10 0 100.00 returns 25 00 no decimal and digits are out of place and i also asked you to try a larger number that way you could see exactly what it is doing if you cant follow the posts.
  7. cheetahz

    Math question

    yes, Again it looks like it works with a small number it messes up with number such as 100.00 please try that
  8. cheetahz

    Math question

    yes i already changed that????????????? lol but i did just notice you was using If IsNumeric(MyArea.value) instead of If IsNumeric(Mysum1) Then and your not using mysum
  9. cheetahz

    Math question

    even 85.00 returns 10 0 no decimal and digits are out of place
  10. cheetahz

    Math question

    Did you happen to try it with say 100.00
  11. cheetahz

    Math question

    [code] Set MyScreen = Sess0.Screen Set MyArea = MyScreen.Area(6, 17, 6, 22,, 3) mysum1 = CDbl(MyArea) If IsNumeric(Mysum1) Then If MySum1 < CDbl(85.00) Then Msgbox "amount must be at least $85.00" Else DiffMyArea =...
  12. cheetahz

    Math question

    read my post please?
  13. cheetahz

    Math question

    if you read my post i said "the code i have is the code from your post 12 Feb 09 16:50 " instead of trying to be, well you know
  14. cheetahz

    Math question

    it isn't working. i changed all the CLng to CDbl or CSng (tried both) and neither works the code i have is the code from your post 12 Feb 09 16:50
  15. cheetahz

    Math question

    yes me to, but once the code runs the result is 55 Instead of 54.95 which is "correct" to me

Part and Inventory Search

Back
Top