Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have noticed that when my code comes to things like this:
With Selection .HorizontalAlignment = xlCenter .VerticalAlignment = xlBottom .WrapText = False .Orientation = 0 .AddIndent = False .IndentLevel = 0 .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With that it slows WAY DOWN! At the start of the subs I have this: Application.EnableEvents = False Application.ScreenUpdating = False Application.Cursor = xlWait but it still is very slow. I am in a new workbook that I just added during the execution. Would I need to execute the enableevents statement on the newly added wb too or is the statement at time of beginning the calling sub sufficient? Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Speed up Excel execution | Excel Programming | |||
code execution speed question | Excel Programming | |||
Execution speed for UDF | Excel Programming | |||
Extremely Slow VBA Execution Speed | Excel Programming | |||
MACRO execution speed | Excel Programming |