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 SkipVought 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: cheetahz
  • Order by date
  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
  16. cheetahz

    Math question

    so when it is 129.95 it is rounding it cant do that. how do i get it to produce correct results? thanks
  17. cheetahz

    Math question

    yes. i know. i will try to get it formatted correctly. thanks
  18. cheetahz

    Math question

    wow? i didn't say they was different amount's it needs to be the correct "format
  19. cheetahz

    Math question

    i cant seem to get it formated correctly now the result is the answer without decemal places EXAMPLE: 100.00 - 75.00 = 25
  20. cheetahz

    Math question

    exacltly? if you look at my post a few back i explain very clear with an example of what it is doing. if i have 100.00 and then the code runs the answer is 25.00 (right) well the result is 250.00 so it is taken the two digits(the answer and puting it where the code says to 6, 17 but not in the...

Part and Inventory Search

Back
Top