What data type is 'test'?
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Tim" wrote in message
oups.com...
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