Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Userform - On movement leaves a trail.

Hi,
I've developed an excel aplication which has two basic functionalities &
works usings 2 different userforms (specific for each purpose)

Ist functionality Input record
2nd Functionality View/Edit/Submit record

Question,
While working on the 2nd functionality, when the record is being viewed or
edited, if I try & move the position of the userform, it leaves a trail of
the form (like duplicates) in a wavery format. This is something you will
normally see when a system hangs. HOw do i correct this.

I'm not a VBA professional.
I've simply used a lot of code from samples available on the net.

Apreciate all help.

Regards,
Mathew
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Userform - On movement leaves a trail.

My guess is you have left app.screenupdating = false

Screenupdating should only be temporarily disabled while changing the
interface, eg writing to cells.

Regards,
Peter T

"Matts" wrote in message
...
Hi,
I've developed an excel aplication which has two basic functionalities &
works usings 2 different userforms (specific for each purpose)

Ist functionality Input record
2nd Functionality View/Edit/Submit record

Question,
While working on the 2nd functionality, when the record is being viewed or
edited, if I try & move the position of the userform, it leaves a trail of
the form (like duplicates) in a wavery format. This is something you will
normally see when a system hangs. HOw do i correct this.

I'm not a VBA professional.
I've simply used a lot of code from samples available on the net.

Apreciate all help.

Regards,
Mathew



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Userform - On movement leaves a trail.

Works great Peter, Thanks for your advice.

"Peter T" wrote:

My guess is you have left app.screenupdating = false

Screenupdating should only be temporarily disabled while changing the
interface, eg writing to cells.

Regards,
Peter T

"Matts" wrote in message
...
Hi,
I've developed an excel aplication which has two basic functionalities &
works usings 2 different userforms (specific for each purpose)

Ist functionality Input record
2nd Functionality View/Edit/Submit record

Question,
While working on the 2nd functionality, when the record is being viewed or
edited, if I try & move the position of the userform, it leaves a trail of
the form (like duplicates) in a wavery format. This is something you will
normally see when a system hangs. HOw do i correct this.

I'm not a VBA professional.
I've simply used a lot of code from samples available on the net.

Apreciate all help.

Regards,
Mathew




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
audit trail MIke Excel Discussion (Misc queries) 4 February 27th 08 12:11 AM
Drag label position on userform at runtime - jerky movement [email protected] Excel Programming 1 December 6th 06 02:43 PM
help!? trail report Duncan[_5_] Excel Programming 5 April 11th 06 10:58 AM
Audit Trail Pendelfin Excel Discussion (Misc queries) 1 January 23rd 06 03:04 PM
Userform leaves traces E.Anderegg Excel Programming 0 July 28th 03 02:41 PM


All times are GMT +1. The time now is 08:57 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"