how do i use a natural log in an equation within vb?
this is just using the normal log:
Cells(a, 5).Value = Cells(a, 3).Text * (Log(0.4 * Cells(a, 4).Text))
thanks
liam
Printable View
how do i use a natural log in an equation within vb?
this is just using the normal log:
Cells(a, 5).Value = Cells(a, 3).Text * (Log(0.4 * Cells(a, 4).Text))
thanks
liam
The Log() function is the natural log.