hi
is there a way to close a workbook besides saying:
what i am looking for is a command to specifically close a particularly named file.
some sort of
dim wb as workbook
set wb as "book1.xls"
close.wb
many thanks
tx
is there a way to close a workbook besides saying:
Code:
activeworkbook.close
or
windows("book1.xls").close
what i am looking for is a command to specifically close a particularly named file.
some sort of
dim wb as workbook
set wb as "book1.xls"
close.wb
many thanks
tx