Synchronized Scrolling

  • Thread starter Thread starter glen.e.mettler
  • Start date Start date
G

glen.e.mettler

using 2003. I can synchronize the scroll on 2 spreadsheets by using
"Windows.CompareSideBySideWith"
I need to synchronize three sheets (ie "Last Month", "Current Month",
and "Delta"). Is there a way to do that?


Glen
 
I need to synchronize three sheets

Two windows only for this feature. It is possible to scroll more than 2
windows using a feature that used to be part of the UI but is now accessible
only by macro (the Windows.Arrange method). However the windows have to all
have to be for the same worksheet so it wouldn't help you here.

--
Jim
| using 2003. I can synchronize the scroll on 2 spreadsheets by using
| "Windows.CompareSideBySideWith"
| I need to synchronize three sheets (ie "Last Month", "Current Month",
| and "Delta"). Is there a way to do that?
|
|
| Glen
|
 
Back
Top