Hey guys,
How can I stop my macro from changing onto sheet top sheet and flickering away like mad??
Hey guys,
How can I stop my macro from changing onto sheet top sheet and flickering away like mad??
Last edited by nickymac; 12-24-2008 at 07:37 AM.
Sub nameSomething()
Application.Screenupdating = False
' Then your code here
' in between the "Application.xxxxxx" lines
' and then
Application.Screenupdating = True
' Then the
End Sub
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
perfect, cheers!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks