User forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everibody,
Here my question: I have 2 UserForms (DlgMyForm1 and DlgMyForm2) with some
elments in each.
Why once I display one of the dlgs (DlgMyForm1.Show) and I move it on the
screen, it leavs a path of shapes?
And why launching an additional form (DlgMyFomr2.Show) having DlgMyForm1
active, and leaving it (DlgMyForm2.Hide) I have the shape of the second form
utill the DlgForm1.Hide?

Thanks in advance
 
Maybe 'cause, I've this problem on the desktop and not on the laptop...and
also on the desktop, not always.
Thansk for the explenation...even doesn't solve my problem!
bye
 
It sounds like you used
application.screenupdating = false
(and you'll see the "cascading" userform when you drag it.)

You can toggle that setting (.screenupdating = true) right before you show the
form and turn it to false later.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top