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

How do I prevent the screen flickers I get when I open an Access database
programatically from Excel?

Thanx


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Screen Flicker

Try

Sub openaccess()
Application.ScreenUpdating = False
''do your code stuff here
Application.ScreenUpdating = True
End Sub

Gord Dibben XL2002

On Sat, 1 Nov 2003 18:26:05 -0500, "JonWayn" wrote:

How do I prevent the screen flickers I get when I open an Access database
programatically from Excel?

Thanx


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 Flicker dim Excel Discussion (Misc queries) 4 November 28th 07 09:42 PM
List box screen flicker [email protected] Excel Discussion (Misc queries) 0 September 25th 07 02:37 PM
In Excel, how can i make text in a sigle sell flash, or flicker? Piersy Excel Discussion (Misc queries) 0 December 14th 06 04:00 AM
Prevent Excel chart flicker,when plots are linked to DDE data Cliff Allen Charts and Charting in Excel 1 September 20th 06 04:14 AM
Preventing screen flicker Paul Excel Discussion (Misc queries) 2 March 15th 05 09:39 PM


All times are GMT +1. The time now is 08:55 PM.

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

About Us

"It's about Microsoft Excel"