excel - Application.Screenupdating and Windows 7 -


sub test()     application.screenupdating = false     userform1.show end sub 

if run snippet of code on windows xp machine (either xl2003 or xl2010), 'trail' when drag form around screen - realize normal. however, if run same code on windows 7 (64 bit) machine, not leave trail, expect.

has changed in windows 7 causes this? unfortunately, masks potential problem in applications developed on win7 machine, won't show until run on older os machine.

i've done lot of searching on internet, far no mention of this.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -