+ Reply to Thread
Results 1 to 2 of 2

Popup window to confirm script is complete

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-28-2010
    Location
    quebec, canada
    MS-Off Ver
    o365
    Posts
    187

    Popup window to confirm script is complete

    Hi guys,

    I have a full script that send a automated email when run,

    So far, it's perfect. But i would like that, once the script is completed i get a "completed" popup in excel, and then user can press "ok", and thats it.

    I know it is not complicated, but i have yet to find a script like this one.

    Thanks!

  2. #2
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: Popup window to confirm script is complete

    Just add a message box right before the end sub at the very end.

    Sub whatever()
    'your full script
    Msgbox("Completed")
    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. popup window if possible?
    By JonathanVR in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-14-2012, 06:11 AM
  2. How to replace ctrl+s with a popup to confirm saving file
    By joelhuang in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-11-2011, 03:29 AM
  3. popup window
    By drawing.blanks in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-01-2009, 02:08 AM
  4. Popup window
    By nertil1 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-13-2009, 12:26 PM
  5. Popup Box\Window
    By melnikok in forum Excel General
    Replies: 1
    Last Post: 05-31-2007, 03:27 PM

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