View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_354_] mudraker[_354_] is offline
external usenet poster
 
Posts: 1
Default how do I get a message to appear on my userform...


Robbie

One way

Create a Label on your form then update label caption

Me.Label1.Caption = "Please Wait While I process your Data"
Me.Repaint
'commands to run your macros hers
Me.Label1.Caption = "Selected Process Completed"


--
mudraker
------------------------------------------------------------------------
mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473
View this thread: http://www.excelforum.com/showthread...hreadid=529871