#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default User forms

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
--
Sergiovery

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default User forms

Sergiovery,


Sounds like a memory issue.


"Sergiovery" wrote:

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
--
Sergiovery

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default User forms

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
--
Sergiovery



"JRForm" wrote:

Sergiovery,


Sounds like a memory issue.


"Sergiovery" wrote:

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
--
Sergiovery

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default User forms

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.



Sergiovery wrote:

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
--
Sergiovery


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
user forms steveshos Excel Programming 2 December 19th 05 09:12 PM
User Forms Sgwapt Excel Programming 5 June 26th 04 09:36 AM
VB user forms Madasu Excel Programming 4 January 11th 04 10:47 PM
User Forms Nev[_2_] Excel Programming 4 October 4th 03 12:35 AM
User forms Candee[_2_] Excel Programming 2 September 12th 03 03:11 PM


All times are GMT +1. The time now is 03:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"