Hi,

i Know how can i get the ZOOM and SCROLL of Active window: By Using the following code

With ActiveWindow
    RowScr = .ScrollRow
    ColScr = .ScrollColumn
    WinZom = .Zoom
End With
But, how can i get the ZOOM and the SCROLL values of inactive window (or window of inactive sheet)?