View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
G Lykos G Lykos is offline
external usenet poster
 
Posts: 74
Default How to? UDF returning nothing

Greetings!

Have a function doing a conversion on a target cell. If the target cell is
empty (literally: IsEmpty), then I'd like for the function to return
nothing, such that the destination cell value is also empty (not a blank or
empty string, which is something).

No return (not setting a function value), and a return of Null, both result
in the number 0.

Ideas?

Thanks,
George