Make outlook startup wait for specified amount of time

V

VBApgmr

Hello all,

In developing a custom VBA app within outlook I want to display a
splash screen using a userform to show that outlook has been
customized. I have done this in Excel VBA (thanks John Walkenbach!) but
there is no "onTime" function within Outlook VBA. I guess I could save
the current time upon form activation and then send outlook into a
controlled loop and check to see how many seconds have elapsed but that
is ugly. Anyone have a better idea on how to do this.

Thanks
 
Top