View Single Post
 
Old 07-05-2014, 08:50 PM
exceere exceere is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jun 2014
Posts: 7
exceere is on a distinguished road
Default ZOOM and SCROLL of Inactive Window

Hi,

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

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)?
Reply With Quote