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!

Search results for query: *

  1. astrogirl77

    Parsing Large Numbers Question

    Parsing Large Numbers Question Hi All, I am writing some simple code to raise a base value to a power then perform some operations on the output. I have included the code I am using now, below ( see end of this message ), also see immediately below what this looks like when I run my script...
  2. astrogirl77

    Weird Math Error in VBA for Excel

    Weird Math Error in VBA for Excel Hi all, would love feedback on unusual error I'm getting. Very strange. I have a simple formula that works great if I only use it in a normal sheet cell and copy it down by columns, but if I try to do a simple iteration in vba code to perform the same...
  3. astrogirl77

    SQL SELECT PROB IN VB 5

    Hi, Im using VB 5, not 6, but am just trying to solve a simple SELECT statement issue Im having. I have a simple database, dbase 3 file, only has 360 records The field and record structure looks like the following, note there are only 3 columns (fields) ; CONST DECAN DEGREE Taurus 8...
  4. astrogirl77

    Help - a Different sort of Triangle Value Calculation

    Help - a Different sort of Triangle Value Calculation I'm looking for some help with computing values of a triangle and then drawing it to screen Known; Two points in degrees exist on a circle Two line lengths representing ; base, adjacent side (a) and opposite (c) we want to derive...
  5. astrogirl77

    Help with Hypotenuse and Angle (B)

    If you only know two side lengths of a scalene triangle (but none of the angles) can you determine the third side length? I had been using this formula to determine the length of the hypotenuse ; SQRT ( side1^2 + side2^2) But realized that this is meant ONLY to determine the side length...
  6. astrogirl77

    ? Floating Point Modulus - How to ?

    Hi, I'm trying to figure out how to create a simple floating point modulus function for VB. Im using an OLD VB version, version 4.0. Yikes, yes I know I should upgrade and will... but am working currently on some old code and not ready yet to move up. I can't use the standard default Mod...
  7. astrogirl77

    ? Floating Point Modulus - How to ?

    Hi, I'm trying to figure out how to create a simple floating point modulus function for VB. Im using an OLD VB version, version 4.0. Yikes, yes I know I should upgrade and will... but am working currently on some old code and not ready yet to move up. I can't use the standard default Mod...

Part and Inventory Search

Back
Top