P
pinkpanther
Is there a way using VB to freeze charts (graphs) from updating while
I run some code to adjust the axes? I have a workbook with 6 charts,
as sheets, and I would like to freeze these charts while I run some VB
code that updates their axes values. These are very heavily populated
charts and they redraw at every axes value change. This causes the
charts to flicker and I believe it is increasing execution time for
the code. I would like to have the charts update either at the end of
their section of code or at the end of the routine.
I have Tools => Options => Calculations set to manual.
Any help is appreciated,
Larry
I run some code to adjust the axes? I have a workbook with 6 charts,
as sheets, and I would like to freeze these charts while I run some VB
code that updates their axes values. These are very heavily populated
charts and they redraw at every axes value change. This causes the
charts to flicker and I believe it is increasing execution time for
the code. I would like to have the charts update either at the end of
their section of code or at the end of the routine.
I have Tools => Options => Calculations set to manual.
Any help is appreciated,
Larry