J JonWayn Nov 1, 2003 #1 How do I prevent the screen flickers I get when I open an Access database programatically from Excel? Thanx
How do I prevent the screen flickers I get when I open an Access database programatically from Excel? Thanx
G Gord Dibben Nov 1, 2003 #2 Try Sub openaccess() Application.ScreenUpdating = False ''do your code stuff here Application.ScreenUpdating = True End Sub Gord Dibben XL2002
Try Sub openaccess() Application.ScreenUpdating = False ''do your code stuff here Application.ScreenUpdating = True End Sub Gord Dibben XL2002