Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
MH
 
Posts: n/a
Default execl sheets are blinking always

excel sheets are blinking always .please advice to rectify this problem
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
what do you mean with 'blinking'. Does this happen at a specific
situation?

--
Regards
Frank Kabel
Frankfurt, Germany

"MH" schrieb im Newsbeitrag
...
excel sheets are blinking always .please advice to rectify this

problem

  #3   Report Post  
Ken Wright
 
Posts: n/a
Default

Assume you are running code and the sheets are flashing as you do so, in which
case try

Application.ScreenUpdating = False

at the start of your code

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------



"MH" wrote in message
...
excel sheets are blinking always .please advice to rectify this problem



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.804 / Virus Database: 546 - Release Date: 30/11/2004


  #4   Report Post  
David McRitchie
 
Posts: n/a
Default

Turning off Screen updating should fix the blinking but the
underlying cause is probably changing the active cell
and/or active worksheet while running a macro, which
is bad coding.
http://www.mvps.org/dmcritchie/excel/slowresp.htm

Turning off calculation during the running of a macro
will speed up the macro considerably.

If you are not using macro or user defined functions, you
probably have some serious problem such as misuse of
SUM Worksheet Function (overlapping SUMs) causing
lots and lots of recalculations.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Gerald Evans" wrote
Just another guess but do you have AutoSave enabled?


"Ken Wright" ...
Assume you are running code and the sheets are flashing as you
do so, in which case try
Application.ScreenUpdating = False

"MH" wrote ...
excel sheets are blinking always .please advice to rectify this problem



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
Two sheets David Charts and Charting in Excel 8 May 9th 07 09:29 PM
How do I plot data by drilling down through sheets? MooseTrax Charts and Charting in Excel 2 January 14th 05 01:16 PM
Macro for moving sheets minhao Excel Discussion (Misc queries) 3 December 10th 04 08:09 AM
How do I plot data in Excel that is captured on separate sheets; . krwegner Excel Discussion (Misc queries) 0 November 30th 04 05:43 PM
need an advice in excel sheets.... | m o [] Excel Discussion (Misc queries) 0 November 27th 04 10:36 PM


All times are GMT +1. The time now is 11:00 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"