Hello all,
Everytime I run a macro it opens my PERSONAL.xls sheet. I would like to
write code at the end of each macro which closes Personal.xls. What would
the code look like to do that? Thanks
Brennan
ward376 - 26 Mar 2008 21:03 GMT
Personal.xls should always be open when there's an instance of Excel
running...do you mean that Personal.xls is visible after each macro?
If so just go Window>Hide to keep it hidden.
Cliff Edwards