View Single Post
 
Old 11-11-2013, 03:35 PM
b0x4it b0x4it is offline Windows 7 32bit Office 2010 32bit
Advanced Beginner
 
Join Date: May 2011
Posts: 95
b0x4it is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Simple! Delete:
Code:
Dim lZoom As Long
and:
Code:
'Get the full-screen zoom
lZoom = .Percentage
'Set zoom % to 250% min
If .Percentage < 250 Then .Percentage = 250
and:
Code:
'Center the page
.ActivePane.HorizontalPercentScrolled = (250 - lZoom) / 5
If you delete these codes, then how it scrolls horizontally to the centre?
Reply With Quote