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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.