View Single Post
  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

The window syncing UI has been removed since Excel 4. So run this macro and
save your workbook:

Sub SyncOff()
Windows.Arrange ActiveWorkbook:=True, synchorizontal:=False,
syncvertical:=False
End Sub

--
Jim
"Richard J Scott" <Richard J wrote in
message ...
| When using excel, viewing the same worksheet in two windows, sometimes the
| navigation is syncronised in both, and sometimes not.
| This prevents me looking at different parts of the sheet at the same time.
| When it is, there is the word [VSync] next to the title bar.
| How do I turn this off?
|
| There is nothing in help on VSync