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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -