ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Screen Size (https://www.excelbanter.com/excel-worksheet-functions/227595-screen-size.html)

[email protected]

Screen Size
 
Is there a way of having the cells you want to see (Width) fit
whatever screen it is connected to?
ie: I have a spreadsheet which has many columns but I only want x
number showing. If I change the screen size I dont want to resize the
column widths to suit the new screen. Is there any code that will do
this?
Thanks in advance
EPJ

Jacob Skaria

Screen Size
 
You can hide the rest of the columns which are not in use
--
If this post helps click Yes
---------------
Jacob Skaria


" wrote:

Is there a way of having the cells you want to see (Width) fit
whatever screen it is connected to?
ie: I have a spreadsheet which has many columns but I only want x
number showing. If I change the screen size I dont want to resize the
column widths to suit the new screen. Is there any code that will do
this?
Thanks in advance
EPJ


Dave

Screen Size
 
Hi,
Here is some code I use to ensure that at least Columns up to and including
Column P are always visible. It works by using the VisibleRange thingy to
manipulate the zoom %.
Change the two Columns.Count refs to suit your page.
Put this code into an event macro for the sheet you want it to work on.


ActiveWindow.Zoom = 100
A = 100
If Windows(1).VisibleRange.Columns.Count < 17 Then
Do Until Windows(1).VisibleRange.Columns.Count 16
ActiveWindow.Zoom = A
A = A - 1
Loop
End If

Hope this helps.





All times are GMT +1. The time now is 12:05 PM.

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