Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VBA math function for time dilation
Name: bd Date: April 14, 2003 at 18:54:56 Pacific OS: me CPU/Ram: 466MHZ/64MB
Comment:
i am new to VBA and need a VBA program that i can call in excel. this program would solve an equation such as one of time dilation:
t = t0/sqrt(1-(v/c)^2) i actually have to do this for a number of formulae any advice/links to other sites that might explain as to how i can write a VBA function to solve a physics/mathematical formula and call the function in Microsoft excel are appreciated.
Summary: I'm trying to write a access 2000 VBA search function that accept user text input and return records based on case id or name found (as entered by user). Case id is the primary key for all records. Ca...
Summary: hello. i'm trying to use the calculator "log" function in VB.NET and i'm having trouble with it. i have no clue why.. but i know that log(1000) != 7 b/c 10^7 != 1000. lol.. but this is the stripped co...
Summary: Can anyone tell me how to run an exe, with parameters (eg. C:\cmd.exe p1 3), in VBA for Excel 97. Up until now I've been putting the command into a batch file and using the shell function to run it. ...