Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 553
Default Lock Zoom of Worksheet.

How do you lock the zoom level of a sheet?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Lock Zoom of Worksheet.

I dont know if it can be locked but this will set zoom to 100% each time the
sheet accessed
Put it in the sheet module

Private Sub Worksheet_Activate()
Windows(1).Zoom = 100
End Sub



"ExcelMonkey" wrote in message
...
How do you lock the zoom level of a sheet?

Thanks



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Zoom via Macro for WorkSheet to activate? frenic Excel Programming 1 July 18th 05 04:18 AM
Setting zoom of a worksheet in macro jhartley Excel Programming 3 May 13th 04 04:26 AM
Setting zoom for all worksheet pages don lloyd Excel Programming 1 July 17th 03 01:40 AM
Setting zoom for all worksheet pages skmr3 Excel Programming 0 July 15th 03 02:53 AM
Setting zoom for all worksheet pages Paul B[_6_] Excel Programming 0 July 15th 03 02:45 AM


All times are GMT +1. The time now is 07:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"