|
-
Jun 11th, 2003, 11:16 AM
#1
Thread Starter
New Member
Excel 2000 VBA math functions
While I have been a programmer for quite a while, I am a novice to Excel VBA and VB in general.
I need to use both log to the base 10 [Log ... mathematics notation] and the natural log [Ln]. Excel has Ln, LOG10, and LOG(n,b). Unfortunately, I only find Log in the VBA math library. Even weider the VBA Log function appears to actually be the natural log rather than common log.
Can someone explain if what I have seen is strange or standard. Are there Log10, Log(n,b) and Ln function in a VBA library?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|