Hello everyone, hoping someone out there can help me with this one. Im having trouble doing the above. within VBA, I have a BO Report that gets a filter applied to it, then the data is exported to excel. This is done in a FOR statement. Once I come out of the FOR statement, I want to quit the BO application but for some reason it wont do it! Ive tried BOapp.quit, BOapp.application.quit etc. These have worked in the past when I simply open a BO document. Im only guessing but I think the code loses focus on the boapp when it comes out the FOR statement, so it cant find it. But I thought if it couldnt find it then it would error but it doesnt. Hope this makes sense to some of you. Im quite new to VBA (9 months) so I may be talking rubbish. PLEASE HELP