PDA

View Full Version : Solved: Unable to close excel



harish1805
02-16-2012, 11:06 PM
Hi Friends,

I have a vba project and whenever I run that for longer time it doesn't close the excel by pressing 'X' on top and for some user it asks for password when they close from exit excel in menu. Please help how can I solve this issue.

Thanks.

Kenneth Hobs
02-17-2012, 06:26 AM
One way that would happen would be if the Close event for ThisWorkbook object was programmed to do that.

harish1805
02-17-2012, 07:09 AM
Thanks a lot Kenneth, this was a good work around worked successfully. I hope this works fine for other users as well.