Hi,
Many thanx for my previous post for the best replies.
Now i am stuck with Application.ScreenUpdating.
My Code is:
but it's not working it always being true.Code:Application.ScreenUpdating = False
Hi,
Many thanx for my previous post for the best replies.
Now i am stuck with Application.ScreenUpdating.
My Code is:
but it's not working it always being true.Code:Application.ScreenUpdating = False
Hi,
In each sub routine set the screen updating like
Code:Dim lngSU As Long With Application lngSU = .ScreenUpdating .ScreenUpdating = False End With 'Your code Application.ScreenUpdating = lngSU
Last edited by Admin; 04-20-2012 at 03:56 PM.
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Bookmarks