View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default Returning custom errors from UDFs

Return your own string:

#Thisismyownerror!

You won't be able to use =iserror(), but maybe that's not necessary.

Dave wrote:

I'm stuck with #Value!... That's useless.


--

Dave Peterson