Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Update Region, Anyone?


I know from my C++ windows coding there is a concept of -Update Region-
where I can essentially turn off updating the screen until I tell i
to.

When I want to do is stop the (imho) ugly way a sheet updates as
calculation is in process. My application reads a bunch-o-data from
couple of external data sources, then weeds through and consolidate
parts of the information, puts that information into a table or two an
charts it.

The problem is as the weeding, consolidating and chartings procedure
are running, the screen is performing a live update of the tables an
charts. You see the table being filled and the chart series bein
added. Not too professional looking.

What I'd like is to disable the update region for the sheet, wait fo
the process to complete, then enable the update the region and have th
sheet update in a single vertical retrace.

Possible? Anyone know how to accomplish this

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Update Region, Anyone?

Try

Application.ScreenUpdating = False

at the start of the loop - change it back at end

Peter Atherton

-----Original Message-----

I know from my C++ windows coding there is a concept of -

Update Region-,
where I can essentially turn off updating the screen

until I tell it
to.

When I want to do is stop the (imho) ugly way a sheet

updates as a
calculation is in process. My application reads a bunch-o-

data from a
couple of external data sources, then weeds through and

consolidates
parts of the information, puts that information into a

table or two and
charts it.

The problem is as the weeding, consolidating and

chartings procedures
are running, the screen is performing a live update of

the tables and
charts. You see the table being filled and the chart

series being
added. Not too professional looking.

What I'd like is to disable the update region for the

sheet, wait for
the process to complete, then enable the update the

region and have the
sheet update in a single vertical retrace.

Possible? Anyone know how to accomplish this?


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from

http://www.ExcelForum.com/

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Paste values all cells in a region which refers to out of region Vijay Excel Worksheet Functions 0 August 25th 09 06:03 AM
Counting a Region Paul D Byrne. Excel Worksheet Functions 2 November 27th 08 03:01 AM
Region Zaahir Excel Discussion (Misc queries) 2 November 14th 06 02:22 PM
Is it possible to count if within a number region? themax16 Excel Discussion (Misc queries) 3 May 22nd 05 06:46 PM
how to shrink a region (because of a maverick) Vollkorntoast Charts and Charting in Excel 1 March 10th 05 02:03 PM


All times are GMT +1. The time now is 03:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"