Thread
:
Curious IsNull test
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tim[_44_]
external usenet poster
Posts: 28
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
Reply With Quote
Tim[_44_]
View Public Profile
Find all posts by Tim[_44_]