+ Reply to Thread
Results 1 to 4 of 4

HOW DO YOU GET EXCEL TO ASK IF YOU WANT TO SAVE A FILE ON EXITING

  1. #1
    David Lambright
    Guest

    HOW DO YOU GET EXCEL TO ASK IF YOU WANT TO SAVE A FILE ON EXITING

    If I make changes to a file, then click the X box, Excel closes with out
    saving the changes. My old version would ask if I want to save changes.

  2. #2
    Alan Cannon
    Guest

    Re: HOW DO YOU GET EXCEL TO ASK IF YOU WANT TO SAVE A FILE ON EXITING

    I need the answer to this one also! I am using Office 2003 and it is doing
    exactly that. Even a new workbook with entries made does not prompt to save.

    "David Lambright" <David [email protected]> wrote in
    message news:[email protected]...
    > If I make changes to a file, then click the X box, Excel closes with out
    > saving the changes. My old version would ask if I want to save changes.




  3. #3
    damorrison
    Guest

    Re: HOW DO YOU GET EXCEL TO ASK IF YOU WANT TO SAVE A FILE ON EXITING

    go to visual basics,project explorer-select this workbook and you will
    be in a screen called [This Workbook(Code)];
    click on the dropdown menu that say general and pick workbook
    go to the dropdown window, and select open
    enter this:between

    Private Sub Workbook_Open()

    Workbooks.Open Filename:="C:\BOH.xls"

    End Sub

    Easiest way to get the code for openning a file is to use the macro
    recorder, then copy and paste it into the
    Private Sub Workbook_Open()
    'your code
    End Sub


  4. #4
    damorrison
    Guest

    Re: HOW DO YOU GET EXCEL TO ASK IF YOU WANT TO SAVE A FILE ON EXITING

    Sorry about that, I was sure I read 'how to open a worksheet when
    opening another' but now I am reading something else


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1