+ Reply to Thread
Results 1 to 2 of 2

Saving:workbook close

  1. #1
    Registered User
    Join Date
    06-29-2006
    Posts
    8

    Saving:workbook close

    How can I make a workbook close without prompting to save?
    This file has many links to other workbooks, and it has many viewers.

    Thanks

  2. #2
    Zone
    Guest

    re: Saving:workbook close

    I take it that you do NOT want changes saved. If that's right, enter
    this code in the ThisWorkbook module. James

    Private Sub Workbook_BeforeClose(Cancel As Boolean)
    ThisWorkbook.Saved = True
    End Sub


    DRANDON wrote:
    > How can I make a workbook close without prompting to save?
    > This file has many links to other workbooks, and it has many viewers.
    >
    > Thanks
    >
    >
    > --
    > DRANDON
    > ------------------------------------------------------------------------
    > DRANDON's Profile: http://www.excelforum.com/member.php...o&userid=35901
    > View this thread: http://www.excelforum.com/showthread...hreadid=566107



+ 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