refresh the screen in Outlook vba

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?
 
J

JP

Couldn't you incorporate the .repaint method of the userform in the
code?


(Sorry, the original post is unavailable)

HTH,
JP

Those are not available in the Outlook object model.

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm

message

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?- Hide quoted text -

- Show quoted text -
 
Top