View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adrian T Adrian T is offline
external usenet poster
 
Posts: 3
Default Convert an empty string to a double

Hello:


Is there a way to convert an empty ("") string variable to
a NULL (NOT a zero) double variable. I have tried the Val
function and CDbl function. The first one gives me
a 'zero' double variable. The second one gives me a run-
time error.


Thank you,
Adrian T