activewindow.zoom

  1. C

    Lock scrolling when worksheet active

    I am using this code and it but only when I click another tab, then click back on the tab. [Code] Private Sub Worksheet_Activate() ActiveWindow.Zoom = 107 Sheets("Main Menu").ScrollArea = "A1:Q32" End Sub [Code] I tried this as well [Code] Private Sub Worksheet_Open()...
  2. B

    VBA Zoom to Selection

    Looking for code assistance, please. How do I select cell A1 & dynamic range for ActiveWindow.Zoom = True My attempt (in blue) doesn't work. iCol = wsSheet1.Cells(1, Columns.Count).End(xlToLeft).Column wsSheet1.Range(A1, iCol).Select ActiveWindow.Zoom = True
  3. N

    VBA Zoom in

    Hi everybody, I am using this code for zooming in, is there a way if I use this that it will do it for all my sheets? Sub FIT() Range("A1:R1").Select ActiveWindow.Zoom = True Range("A1").Select End Sub Thanks for the help :) Best regards
  4. countryfan_nt

    fomrula bar will not popup even though VB was done to show.

    Hello friends, Hope all is well. Both below codes work fine, but the second code is not taking effect, I want the formula bar to show up when a new workbook opens. thank you very much in advance! Private Sub Workbook_Open() Application.DisplayFullScreen = False ActiveWindow.DisplayHeadings...
  5. T

    VBA | With opening/activating sheet > edit viewing screen/zoom

    Hi all, When I activate a sheet I want excel to do the following process: I want this because my file has to open on different screens/screen resolutions and everything has to be visible. I hope somebody can help me.

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top