View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim[_44_] Tim[_44_] is offline
external usenet poster
 
Posts: 28
Default Curious IsNull test

Why, when my code goes through this segment, is neither message box
displayed?

If IsNull(test) Then
MsgBox "Test is now null"
Else
MsgBox "<" & test.Value & ""
End If