View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default DoEvents(?) issue

Hello,

I have a code that should load EzPaste form as a kind of splashscreen
and unload it when the main form (BinsUserForm) finishes to load and
show

EzPaste.Show
DoEvents
BinsUserForm.Show
Unload EzPaste

The problem is that after the main form (BinsUserForm) is loaded and
displayed, the first one (EzPaste) shows itself again for a few
milliseconds and disappears after that

Is there a way to cancel the display of EzPaste the second time after
BinsUserForm is displayed?

The main form is a quite heavy one with a lot of boxes and commands
buttons, making it slow to load

Thanks a lot
Avi