What is VSync

G

Guest

I have the same spredsheet open twice. Normaly this is not a problem but for
some reason I know get a vSync in the title bar and when I scroll one copy
both move.

How can I stop this?
 
J

Jim Rech

VSync only appears in window captions if you're using the old style windows
syncing (pre-Compare side-by-side).

That option used to be part of the UI but no more. To unset VSync you have
to use a macro:

Sub ResetWinSync()
Windows.Arrange ActiveWorkbook:=True, synchorizontal:=False,
syncvertical:=False
End Sub
--
Jim
|I have the same spredsheet open twice. Normaly this is not a problem but
for
| some reason I know get a vSync in the title bar and when I scroll one copy
| both move.
|
| How can I stop this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top