Consulting

Results 1 to 3 of 3

Thread: Solved: Unable to close excel

  1. #1

    Smile Solved: Unable to close excel

    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.

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    One way that would happen would be if the Close event for ThisWorkbook object was programmed to do that.

  3. #3
    Thanks a lot Kenneth, this was a good work around worked successfully. I hope this works fine for other users as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •