B
Bill
Hello,
I have several user form. With one, when it appears on the screen, you can
select and move it around and have many, many images of it on the screen. I
use the following for all forms:
application.screenupdating = true
load userform
userform.show
userform.hide
unload userform
application.screenupdating = false
I thought the screenupdating = true would prevent that. Any ideas?
Thanks,
Bill
I have several user form. With one, when it appears on the screen, you can
select and move it around and have many, many images of it on the screen. I
use the following for all forms:
application.screenupdating = true
load userform
userform.show
userform.hide
unload userform
application.screenupdating = false
I thought the screenupdating = true would prevent that. Any ideas?
Thanks,
Bill