Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a simple macro which transfers a persons details to a different page.
It runs by clicking a button. I would now like to have a message pop up when the macro has run maybe in a pop up box. Is this possible? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
Put this line of code just before the End Sub line: MsgBox "Macro has finished running" In article , LousieRobinson wrote: I have a simple macro which transfers a persons details to a different page. It runs by clicking a button. I would now like to have a message pop up when the macro has run maybe in a pop up box. Is this possible? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you really helped, all works as well. Very grateful!
"JE McGimpsey" wrote: One way: Put this line of code just before the End Sub line: MsgBox "Macro has finished running" In article , LousieRobinson wrote: I have a simple macro which transfers a persons details to a different page. It runs by clicking a button. I would now like to have a message pop up when the macro has run maybe in a pop up box. Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A macro disabled message comes up but there is no macro. | Excel Discussion (Misc queries) | |||
Message box macro | Excel Discussion (Misc queries) | |||
Message box before another macro | Excel Discussion (Misc queries) | |||
Macro message | Excel Discussion (Misc queries) | |||
Macro message box | Excel Discussion (Misc queries) |