userform dragging problem

Y

yspin

Hi,

I have an issues that when the user drags the userform is spreads
through the screen like a memory problme.

I tried application.screenupdate= false and true in the begining of
the code and the end, it didnt help.

Where do i need to put it? i tried in the userform initialize code.
I heard that calling hidden sheets in the code will also cause this.

What is the solution please?
 
M

Mike H

Hi,

In trying you've probably ended up with screenupdating switched off. the
correct syntax is

Application.ScreenUpdating = True

not screenupdate as in your post.

Mike
 

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

Top