Thread
:
How to test for Not Nothing
View Single Post
#
1
Posted to microsoft.public.excel.programming
jotor14
external usenet poster
Posts: 7
How to test for Not Nothing
if I have a workbook object such as
dim wb as workbook
I know how to test if wb is nothing
but dumb question how do you test for Not nothing ???
if wb is not nothing then
wb.save
wb.close
end if
Reply With Quote
jotor14
View Public Profile
Find all posts by jotor14