LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
CY CY is offline
external usenet poster
 
Posts: 1
Default Selection.QueryTable.Refresh causes screen blinking

Hello,

I have a macro looks like that:

Sub Macro1()
'Application.ScreenUpdating = False
Selection.QueryTable.Refresh BackgroundQuery:=False
Application.OnTime Now + TimeValue("00:00:01"), "Macro1"
'Application.ScreenUpdating = True
End Sub

The excel screen blinks every 1 second. It is quite annoying.
I want to make sure that there is no way to stop the blinking
even with "Application.ScreenUpdating = False" which I have tried.

Thanks,

CY
 
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
Blinking/flickering screen Henning Excel Discussion (Misc queries) 2 September 10th 08 02:35 AM
QueryTable Refresh Failed LynnS1982 Excel Programming 0 May 14th 08 11:17 PM
QueryTable Last Refresh Date? LCK[_2_] Excel Programming 0 November 28th 07 05:46 PM
I need a QueryTable.Refresh solution Lucian Rosu Excel Programming 0 June 12th 06 11:11 AM
catching cancel on QueryTable.Refresh tysop Excel Programming 0 February 16th 06 12:48 PM


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