T
Tony Miller
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
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