Hi all,
I'm currently trying to figure out if there is a way to have several sheets (not all) move simultaneously.
e.g.
If I scroll within the sheet "China" to the following position
.ScrollColumn = 34
.ScrollRow = 85
ActiveWindow.Zoom = 100
then I want the code to move it to the same row and column position in sheet "China", "Korea", "HK Hub" etc. as well without having to select each of the sheets and doing it manually, so all sheets in the array will thus ALWAYS have the same window position and zoom, which would help me tremendously when comparing data and switching between sheets...
I found the below code to do that, unfortunately it does not seem to work. Maybe it's just an easy fix as I'm new to the macro world? Can someone have look?
![]()
Please Login or Register to view this content.
Bookmarks