View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tony Miller Tony Miller is offline
external usenet poster
 
Posts: 6
Default UserForm - pointing control source to new sheet - long delay

I have a userform with many textboxes on it.
The control sources are set using variables during the initialisation

The problem is when I point the userform to a new worksheet - same
structure different data .There is this long lag to show the form.The
form outline shows but the txtboxes & data are not visible for a long
time.
The only way is to throw a msgbox at the end of the code which seems
to bring the form to fully visible with all the data
I tried repaint but no luck

ANy idea why this happens only when the control source worksheet is
changed

Thanks