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?