View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Thomas Smith Thomas Smith is offline
external usenet poster
 
Posts: 1
Default Communicating errors from a custom function in an add-in

Excel 2003 has these perky little green triangles that will expand to show detailed error messages for built-in functions. Is there a way that I can communicate an error other than #VALUE or #N/A from my custom C++ add-in function? If there is an answer from VB that would be ok too

Thanks
Thomas Smith