+ Reply to Thread
Results 1 to 2 of 2

save prompt for user exit, but no save prompt for batch import?

  1. #1
    lpj
    Guest

    save prompt for user exit, but no save prompt for batch import?

    Hi - I have a workbook that users manually enter data in, then this file is
    imported into an application (batch processing).. i've been able to disable
    the save prompt while the import process, but then this means my users won't
    have this prompt when exiting the spreadsheet, and we prefer them have this
    feature.. is there anyway to get both things i am looking for - 1) users be
    prompted when exiting out of spreadsheet 2) during import process - avoiding
    the save prompt. currently i have in my workbook_before close function:
    ActiveWorkbook.Saved = True

    Thanks! lpj : )

  2. #2
    CLR
    Guest

    RE: save prompt for user exit, but no save prompt for batch import?

    Maybe these will help......

    Application.DisplayAlerts = False 'shuts off the pop-ups
    Your code here...........
    Application.DisplayAlerts = True 'turns things back to normal

    Vaya con Dios,
    Chuck, CABGx3



    "lpj" wrote:

    > Hi - I have a workbook that users manually enter data in, then this file is
    > imported into an application (batch processing).. i've been able to disable
    > the save prompt while the import process, but then this means my users won't
    > have this prompt when exiting the spreadsheet, and we prefer them have this
    > feature.. is there anyway to get both things i am looking for - 1) users be
    > prompted when exiting out of spreadsheet 2) during import process - avoiding
    > the save prompt. currently i have in my workbook_before close function:
    > ActiveWorkbook.Saved = True
    >
    > Thanks! lpj : )


+ 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