+ Reply to Thread
Results 1 to 4 of 4

Message prompting that macro run is finished.

  1. #1
    Forum Contributor
    Join Date
    01-29-2011
    Location
    Bristol, England
    MS-Off Ver
    Excel 2003
    Posts
    471

    Message prompting that macro run is finished.

    Is there a line that I can add to my macro that notifys me with a message that the macro is finished its run/complete etc.
    Last edited by rain4u; 02-16-2011 at 04:37 PM.

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Message prompting that macro run is finished.

    Hi,

    Please Login or Register  to view this content.
    Put it in your code just before the exit point (probably just before the End Sub or End Function line)
    Hope that helps,

    Colin

    RAD Excel Blog

  3. #3
    Forum Contributor
    Join Date
    01-29-2011
    Location
    Bristol, England
    MS-Off Ver
    Excel 2003
    Posts
    471

    Re: Message prompting that macro run is finished.

    works as advertised
    Cheers

  4. #4
    Registered User
    Join Date
    06-13-2013
    Location
    France
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Message prompting that macro run is finished.

    Hello,
    Thank you but the message pops up at the 1st occurrence found, not when all characters have been replaced. FYI:

    Sub CleanseCarriageReturn()
    '
    ' CleanseCarriageReturn1 Macro
    '

    '
    Cells.Replace What:=Chr(13) & Chr(10), Replacement:=" ", LookAt:=xlPart, SearchOrder _
    :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False
    MsgBox "Complete"
    End Sub

    Is there a way to have it displayed once the macro is 'really' finished?
    Thank you for your help!
    Greg

+ 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