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
Otto Moehrbach - 22 Jun 2006 20:12 GMT
If Not wb is Nothing then
HTH Otto
> if I have a workbook object such as
>
[quoted text clipped - 8 lines]
> wb.close
> end if
jotor14 - 22 Jun 2006 21:05 GMT
Thanks sooo much.
> If Not wb is Nothing then
> HTH Otto
[quoted text clipped - 10 lines]
> > wb.close
> > end if