Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jim
 
Posts: n/a
Default How can I make excel open every time at 200%?


  #2   Report Post  
barrfly
 
Posts: n/a
Default


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

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make a time Stamp in excel? Ben Excel Discussion (Misc queries) 4 April 22nd 05 08:37 PM
Open excel files jfa3012 Excel Discussion (Misc queries) 0 April 21st 05 02:52 PM
When I open excel document it always ask if I want to open it in . dperkins Excel Discussion (Misc queries) 0 February 15th 05 08:11 PM
make an excel worksheet (sheet 2) open w/ the cursor located in t. animated text in excel worksheet Excel Discussion (Misc queries) 0 February 10th 05 10:29 PM
Excel Files Won't Open From Shortcut ConfusedNHouston Excel Discussion (Misc queries) 5 December 31st 04 06:25 PM


All times are GMT +1. The time now is 11:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"