I have code that activates another workbook to close it, but I want the next line of code to excute after the other workbook has close.
I have used workbooks("book1.xls".Activate to active the other sheet then used thisworkbook.close under the Workbook_Activate() sub. Once that book has closed though the code in my first workbook has paused and I want the next lines to excute.
Any Ideas?
Thanks in Advance
I have used workbooks("book1.xls".Activate to active the other sheet then used thisworkbook.close under the Workbook_Activate() sub. Once that book has closed though the code in my first workbook has paused and I want the next lines to excute.
Any Ideas?
Thanks in Advance