#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 262
Default What is VSync

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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default What is VSync

Goto Windows menu and uncheck "Compare Side By Side......"

"Keith" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default What is VSync

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
"Keith" wrote in message
...
|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?


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
how do I turn off vsync in excel? Richard J Scott Excel Discussion (Misc queries) 1 June 13th 05 01:46 PM
Vsync - What is it? RWN Excel Discussion (Misc queries) 2 January 30th 05 10:46 PM


All times are GMT +1. The time now is 04:15 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"