Excel Suspend / Resume Layout
xlApp.screenupdating=False
....
xlApp.screenupdating=True
Tim
"Peter" wrote in message
...
I am populating an Excel spreadsheet from C#. I want to suspend layout
(re-drawing) of Excel while the spreadsheet is being populated, and then
resume layout when completed. How is this done.
|