View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Merike Merike is offline
external usenet poster
 
Posts: 3
Default Run-time error, why?

I have this line in my macro:
k = Log(Atn(x) * Sin(5 * x)) / Log(Cells(3, "L"))
But it gives me an error.

I can't figure out, why. Any ideas?
--
You can't know everything about everything.