ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can I make excel open every time at 200%? (https://www.excelbanter.com/excel-discussion-misc-queries/38072-how-can-i-make-excel-open-every-time-200%25.html)

Jim

How can I make excel open every time at 200%?
 


barrfly


Paste this into a VBA module in your personal VBA folder. Go there by
selecting tools - Macro - Visual Basic Editor. Then Insert a module
in the modules folder.

The name of this subroutine "autoopen" is unique in that it runs every
time a workbook is opened.


Sub autoopen()
ActiveWindow.Zoom = 200
End Sub


--
barrfly

Excel User - Energy markets
------------------------------------------------------------------------
barrfly's Profile: http://www.excelforum.com/member.php...fo&userid=4141
View this thread: http://www.excelforum.com/showthread...hreadid=391879


Dave Peterson

I think you meant:

sub Auto_open()

(with the underscore)

barrfly wrote:

Paste this into a VBA module in your personal VBA folder. Go there by
selecting tools - Macro - Visual Basic Editor. Then Insert a module
in the modules folder.

The name of this subroutine "autoopen" is unique in that it runs every
time a workbook is opened.

Sub autoopen()
ActiveWindow.Zoom = 200
End Sub

--
barrfly

Excel User - Energy markets
------------------------------------------------------------------------
barrfly's Profile: http://www.excelforum.com/member.php...fo&userid=4141
View this thread: http://www.excelforum.com/showthread...hreadid=391879


--

Dave Peterson


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

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