Thread: UDF help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default UDF help

What are some good references on creating UDF's?

While my real need is far more complex than I list here, I will give a basic
basic situation.
A2: =IF(A1="","",A1)

I would prefer something more like
A2: =NullCell(A1)

Thank you.


--
John C