B
Bernd
I have a For ... Next loop in VBA which changes the text of over 1000 Shapes
(TextShapes).
The time for that is about 13 seconds.
My processor is working with 25%.
Is it possible to save time?
Some commands I tried (before the For-Next-Loop), but it is not faster:
Application.PurgeUndo
Application.UndoEnabled = False
Application.ScreenUpdating = False
Application.ShowChanges = False
Application.ShowProgress = False
Application.DeferRecalc = False
Application.LiveDynamics = False
(TextShapes).
The time for that is about 13 seconds.
My processor is working with 25%.
Is it possible to save time?
Some commands I tried (before the For-Next-Loop), but it is not faster:
Application.PurgeUndo
Application.UndoEnabled = False
Application.ScreenUpdating = False
Application.ShowChanges = False
Application.ShowProgress = False
Application.DeferRecalc = False
Application.LiveDynamics = False