Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Screen repainting issue

I have a workbook that now and again after running a macro (issue occurs with
many different macros) the first say five or six columns are covered in grey
so one cannot read the data below the grey. If you scroll to the right then
all those columns up to the end (IV) are visible as usual. If you change
sheets then the grey panel is showing on each sheet.

Any ideas to prevent this occurring will be very gratefully received

--
with kind regards

Spike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 208
Default Screen repainting issue

Hi
Hard to be too specific without seeing any code. Suggestions
1. Put in
Application.screenupdating = false

at the top of each macro so save the screen having to update itself
till the macro has finished.
2. Put in
DoEvents

after every section of code that is having to update the screen.

Might fix it, especially if you are using Excel 2007 where the screen
graphics can be horribly slow....
regards
Paul

On May 5, 4:41*pm, Spike wrote:
I have a workbook that now and again after running a macro (issue occurs with
many different macros) the first say five or six columns are covered in grey
so one cannot read the data below the grey. *If you scroll to the right then
all those columns up to the end (IV) are visible as usual. *If you change
sheets then the grey panel is showing on each sheet.

Any ideas to prevent this occurring will be very gratefully received

--
with kind regards

Spike


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Screen repainting issue

thanks, i will try the DoEvents, i already have screenupdatng etc.

It is something i have never seen before and hope i do not again as a pain
--
with kind regards

Spike


"Paul Robinson" wrote:

Hi
Hard to be too specific without seeing any code. Suggestions
1. Put in
Application.screenupdating = false

at the top of each macro so save the screen having to update itself
till the macro has finished.
2. Put in
DoEvents

after every section of code that is having to update the screen.

Might fix it, especially if you are using Excel 2007 where the screen
graphics can be horribly slow....
regards
Paul

On May 5, 4:41 pm, Spike wrote:
I have a workbook that now and again after running a macro (issue occurs with
many different macros) the first say five or six columns are covered in grey
so one cannot read the data below the grey. If you scroll to the right then
all those columns up to the end (IV) are visible as usual. If you change
sheets then the grey panel is showing on each sheet.

Any ideas to prevent this occurring will be very gratefully received

--
with kind regards

Spike


.

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
Screen wrapping issue Graeme Excel Discussion (Misc queries) 1 August 11th 09 05:23 PM
Grey screen issue - HELP Belinda7237 Excel Programming 2 July 9th 08 01:40 PM
Form Repainting Problem ybazizi Excel Programming 3 January 25th 06 04:30 PM
Repainting a Workbook cincode5 Excel Discussion (Misc queries) 1 January 22nd 05 01:04 AM
refreshing or repainting worksheet AlexD Excel Programming 1 May 21st 04 06:22 PM


All times are GMT +1. The time now is 11:04 AM.

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"