refresh the screen in Outlook vba

  • Thread starter Thread starter Southern at Heart
  • Start date Start date
S

Southern at Heart

Is there something like:
Application.ScreenRefresh
that I can use in Outlook like I do in Access & Word vba?
Sometimes I might change a caption of a label on my userform to give info to
the user, but Outlook is too busy looping through the contacts and it never
updates the screen until it's finished.
thanks.
Southern@Heart
ps. also the command:
System.Cursor = wdCursorWait
would be nice, too, but again, it doesn't work in Outlook vba for me?
 
Couldn't you incorporate the .repaint method of the userform in the
code?


(Sorry, the original post is unavailable)

HTH,
JP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top