ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Screen Size Control (https://www.excelbanter.com/excel-discussion-misc-queries/173367-screen-size-control.html)

Varne

Screen Size Control
 
Hi

When I activate page 2 I want the screen to becaome larger. That is the
problem.

By hiding sheet tabs and navigating to sheets with macros it is possible.
However the user can unhide sheet tabs.

could any one assist?

Regards
M Varnendra

Roger Govier[_3_]

Screen Size Control
 
Hi

On sheet2, paste the following 2 macros onto the Sheet code

Private Sub Worksheet_Activate()
ActiveWindow.Zoom = 200
End Sub

Private Sub Worksheet_Deactivate()
ActiveWindow.Zoom = 100
End Sub

Set the Zoom levels to whatever you wish.

To carry out the task, Copy the 2 macrosRight click on tab for Sheet2View
codePaste in large white panel to right of screen.
--

Regards
Roger Govier

"Varne" wrote in message
...
Hi

When I activate page 2 I want the screen to becaome larger. That is the
problem.

By hiding sheet tabs and navigating to sheets with macros it is possible.
However the user can unhide sheet tabs.

could any one assist?

Regards
M Varnendra



Varne

Screen Size Control
 
Hi Roger

That works. Thank You.

Regards
M Varnendra

"Roger Govier" wrote:

Hi

On sheet2, paste the following 2 macros onto the Sheet code

Private Sub Worksheet_Activate()
ActiveWindow.Zoom = 200
End Sub

Private Sub Worksheet_Deactivate()
ActiveWindow.Zoom = 100
End Sub

Set the Zoom levels to whatever you wish.

To carry out the task, Copy the 2 macrosRight click on tab for Sheet2View
codePaste in large white panel to right of screen.
--

Regards
Roger Govier

"Varne" wrote in message
...
Hi

When I activate page 2 I want the screen to becaome larger. That is the
problem.

By hiding sheet tabs and navigating to sheets with macros it is possible.
However the user can unhide sheet tabs.

could any one assist?

Regards
M Varnendra





All times are GMT +1. The time now is 10:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com