View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
maperalia maperalia is offline
external usenet poster
 
Posts: 258
Default Add Message While Program is Working

Tom;
Thanks for the code. I have applied it and I got blank message.
How can I write the information in the form?. Besides the title of the form
is Userform1 and I want to change it to "Message For You" instead.

Best regards.
Maperalia

"Tom Ogilvy" wrote:

Create a userform in the VBE with you message

Sub Main()
UserForm1.Show vbModeless
' current code or call current code
Unload Userform1
End Sub


--
Regards,
Tom Ogilvy


"maperalia" wrote in message
...
How can I add a message " Please Wait Program Is Still Running " while the
program is running.

Thanks in advance.
Maperalia