Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, I thought of something like that, but I was stupid and quickly
checked the function in Worksheet. I didn't know that Log isn't the same function in Sheet and in VBA. "Dana DeLouis" wrote in message ... Hi. Looks like J.E. caught the problem here. :) Here are some additional ideas for consideration: Sub Demo() 'VBA Debug.Print Log(3811) Worksheet Function Debug.Print WorksheetFunction.Log(3811, 10) Debug.Print WorksheetFunction.Log10(3811) End Sub returns... 8.24564690087386 3.58103894877217 3.58103894877217 -- Dana DeLouis Using Windows XP & Office XP = = = = = = = = = = = = = = = = = "Juggernnath" wrote in message ... LOG(3811)=3.5810389 *3.3093=11.850732 14.811-11.850732=2.9602678 SQR(2.9602678 0) = 1.72 <snip |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
tab names are wrong when printing custom footers (using [&tab] ) | Excel Worksheet Functions | |||
what's wrong with this function? | Excel Discussion (Misc queries) | |||
What's wrong with this IF function. | Excel Discussion (Misc queries) | |||
What is Wrong with this function?????????? | Excel Worksheet Functions | |||
What am I doing wrong with PMT function? | Excel Discussion (Misc queries) |