Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I switch from Office 2007 layout to the old 2003 layout? | Excel Discussion (Misc queries) | |||
suspend a routine | Excel Programming | |||
Suspend window while Excel VBA macro is executing | Excel Programming | |||
Screen suspend | Excel Programming | |||
Suspend/resume running of a macro | Excel Programming |