I am wondering if there is a way of getting the logarithm of a value for any base.
Specifically I want to get the value of any integer on the base 11.5.
In Excel I have this formula:
=LOG(A1,11.5)
However as this link: Logarithm is different using VBA and Excel function and many others state that the worksheet function is different from the VBA statement.
Is there a way to actually get the base 11.5 logarithm of any integer in VBA?