I saw a note from Dave Peterson in a recent post on window splits. Dave
provided code to keep two windows synced. The code provided works fine
if both windows are the active workbook:
Option Explicit
Sub SyncWindows()
Windows.Arrange ActiveWorkbook:=True, _
synchorizontal:=True, syncvertical:=True
End Sub
Question I have is whether there is a similar method to keep windows on
separate worksheets or spreadsheets synced?
---Glenn
--
gjcase
------------------------------------------------------------------------
gjcase's Profile:
http://www.excelforum.com/member.php...o&userid=26061
View this thread:
http://www.excelforum.com/showthread...hreadid=522874