Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just some added information.
A msgbox is modal - it holds the focus and no code runs while it is displayed, so a msgbox will not work for this. -- Regards, Tom Ogilvy "hce" wrote in message ... Hi Can anyone please show me how i can get a message box to appear once the macro is activated and disappear once the macro is done...? the macro is activated via the command button on a useform... currently, i am using the status bar to display the message i want to show but it is not obvious enough... i have also tried to use the progress applet as shown in pearson's website but due to my lack of vb knowledge i wasn't able to modify the progress applet to run according to my macro... i would really appreciate any help/advice provided... cheers -- hce ------------------------------------------------------------------------ hce's Profile: http://www.excelforum.com/member.php...fo&userid=3518 View this thread: http://www.excelforum.com/showthread...hreadid=261277 |