Need some help with an application i'm writing. The problem that i have is that i have a to open different workbooks which isn't a problem however no matter what happens when i use the close function it stops by program from running.
I've use ActiveWorkbook.Close, Workbooks(2).Close and Workbooks("test.xls").close. All variations close the appropriate workbook and then nothing.
How can i close the right workbook and then continue the program.
I've use ActiveWorkbook.Close, Workbooks(2).Close and Workbooks("test.xls").close. All variations close the appropriate workbook and then nothing.
How can i close the right workbook and then continue the program.