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
 
Back
Top