View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CH CH is offline
external usenet poster
 
Posts: 49
Default User Defined Functions

I occasionally mke user-defined functions in VBA. I am trying to write a
function using the LOG10() function and the FIXED() function and I get an
error for both of these functions - - unlike when I use other canned
functions. Are there limitations to the functions I can use in a
user-defined function? LOG() works, so I can work around the LOG10()
function.