G
Guest
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
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