Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My second time posting this question:
Range("A1:N46") is the range that I want to fill the screen, whoever opens the workbook(with whatever configuration of toolbars they have on their application). On opening this workbook you can see the screenupdating - any way to hide this, or a possible workaround ?!! Sub Auto_Open() Application.Screenupdating = False Sheets(1).Select ActiveWindow.SmallScroll ToRight:=-100 ActiveWindow.SmallScroll Down:=-100 Range("A1:N46").Select ActiveWindow.Zoom = True Application.Screenupdating = True End sub Any help greatly appreciated Jason Quirk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot get Auto_Open or Private Sub Workbook_Open() to run at star | Excel Programming | |||
Auto_Open and Workbook_Open | Excel Programming | |||
Auto_Open and Workbook_Open in Addins | Excel Programming | |||
Auto_Open Vs Workbook_open | Excel Programming | |||
Run method for subroutines | Excel Programming |