Thread
:
Can't test Range for Nothing
View Single Post
#
1
Posted to microsoft.public.excel.programming
Peter Chatterton[_4_]
external usenet poster
Posts: 20
Can't test Range for Nothing
Public Sub testNullRange
Dim rRange As Range
Set rRange = Nothing ' yes, in debugger
If IsNull( rRange ) Then _
MsgBox "DOESN'T COME HERE"
End Sub
Reply With Quote
Peter Chatterton[_4_]
View Public Profile
Find all posts by Peter Chatterton[_4_]