View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
subash subash is offline
external usenet poster
 
Posts: 1
Default How do I use the excel function ATAN in a module used in excel

I have written a module(function) to use it as a user defined function by
creating a macro
When I use excel trignometric functions like SIN,COS and TAN the function is
getting executed whreas when functions like ASIN,ACOS and ATAN are used in
the module, I get compilation error
I am struggling to get a link
can any one help please?