View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
yspin yspin is offline
external usenet poster
 
Posts: 2
Default userform dragging problem

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?