#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Default Set up

Hi all, just got a question, you know when you start up excel, it
defaults the zoom to 100%. Is there a way to default it to 80%?Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Default Set up

The easiest way I know of is to record a macro where you set up the
zoom, toolbars etc the way you want it, then save this under Sub
Workbook_Open in the Personal.xls Workbook. This macro will then run
every time you open Excel.

Hope this is helpful.

Gor_yee wrote:
Hi all, just got a question, you know when you start up excel, it
defaults the zoom to 100%. Is there a way to default it to 80%?Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Default Set up

Hi Geoff,

Thanks for the reply, I am not good at macros...would you be able to
assist me further?
Geoff Ness wrote:
The easiest way I know of is to record a macro where you set up the
zoom, toolbars etc the way you want it, then save this under Sub
Workbook_Open in the Personal.xls Workbook. This macro will then run
every time you open Excel.

Hope this is helpful.

Gor_yee wrote:
Hi all, just got a question, you know when you start up excel, it
defaults the zoom to 100%. Is there a way to default it to 80%?Thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Default Set up

Hi Geoff,

Thanks for the reply, I am not good at macros...would you be able to
assist me further?
Geoff Ness wrote:
The easiest way I know of is to record a macro where you set up the
zoom, toolbars etc the way you want it, then save this under Sub
Workbook_Open in the Personal.xls Workbook. This macro will then run
every time you open Excel.

Hope this is helpful.

Gor_yee wrote:
Hi all, just got a question, you know when you start up excel, it
defaults the zoom to 100%. Is there a way to default it to 80%?Thanks


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Default Set up

2 routines. the workbook open one resets the worksheets to 75% other sheets
are set by the second routine whenever a sheet is activated

Private Sub Workbook_Open()
ActiveWindow.Zoom = 75
End Sub

Private Sub Workbook_SheetActivate(ByVal Sh As Object)
ActiveWindow.Zoom = 75
End Sub

"Gor_yee" wrote:

Hi Geoff,

Thanks for the reply, I am not good at macros...would you be able to
assist me further?
Geoff Ness wrote:
The easiest way I know of is to record a macro where you set up the
zoom, toolbars etc the way you want it, then save this under Sub
Workbook_Open in the Personal.xls Workbook. This macro will then run
every time you open Excel.

Hope this is helpful.

Gor_yee wrote:
Hi all, just got a question, you know when you start up excel, it
defaults the zoom to 100%. Is there a way to default it to 80%?Thanks





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Default Set up

Hi, sorry I'm a little late getting to this, I see Mike replied below.
In case you need more help: to record the macro, go to the Tools Menu,
select Macro-Record New Macro, and name it Workbook_Open. Start
recording, and change the zoom to 80%, (in fact, make any other changes
you would like at startup), and then stop recording. Once you have done
this, go to the Visual Basic Editor (Alt + F11), and your macro should
be there in Module 1 in your workbook. Copy the whole thing from Sub to
End Sub, open up the ThisWorkbook object under PERSONAL.XLS in the
Project Window, and paste the code in. Then you should save, close and
start up Excel again - the macro should run and zoom automatically.

I would encourage you to experiment with macros, even if you are not
confident with them - they can make working with Excel particularly much
easier. Have a look also at
http://office.microsoft.com/en-us/ex...346281033.aspx
for a (slightly different) explanation of how to create a startup macro.

Good luck :)

Gor_yee wrote:
Hi Geoff,

Thanks for the reply, I am not good at macros...would you be able to
assist me further?
Geoff Ness wrote:
The easiest way I know of is to record a macro where you set up the
zoom, toolbars etc the way you want it, then save this under Sub
Workbook_Open in the Personal.xls Workbook. This macro will then run
every time you open Excel.

Hope this is helpful.

Gor_yee wrote:
Hi all, just got a question, you know when you start up excel, it
defaults the zoom to 100%. Is there a way to default it to 80%?Thanks


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Default Set up

Hey Geoff,

Thanks alot mate...


Geoff Ness wrote:
Hi, sorry I'm a little late getting to this, I see Mike replied below.
In case you need more help: to record the macro, go to the Tools Menu,
select Macro-Record New Macro, and name it Workbook_Open. Start
recording, and change the zoom to 80%, (in fact, make any other changes
you would like at startup), and then stop recording. Once you have done
this, go to the Visual Basic Editor (Alt + F11), and your macro should
be there in Module 1 in your workbook. Copy the whole thing from Sub to
End Sub, open up the ThisWorkbook object under PERSONAL.XLS in the
Project Window, and paste the code in. Then you should save, close and
start up Excel again - the macro should run and zoom automatically.

I would encourage you to experiment with macros, even if you are not
confident with them - they can make working with Excel particularly much
easier. Have a look also at
http://office.microsoft.com/en-us/ex...346281033.aspx
for a (slightly different) explanation of how to create a startup macro.

Good luck :)

Gor_yee wrote:
Hi Geoff,

Thanks for the reply, I am not good at macros...would you be able to
assist me further?
Geoff Ness wrote:
The easiest way I know of is to record a macro where you set up the
zoom, toolbars etc the way you want it, then save this under Sub
Workbook_Open in the Personal.xls Workbook. This macro will then run
every time you open Excel.

Hope this is helpful.

Gor_yee wrote:
Hi all, just got a question, you know when you start up excel, it
defaults the zoom to 100%. Is there a way to default it to 80%?Thanks



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
Excel default number format problem Jason Excel Discussion (Misc queries) 9 July 24th 06 09:21 PM
How do I change the default location when saving Email attachment Bob from Bristol Excel Discussion (Misc queries) 1 December 13th 05 08:47 PM
Setting a default save folder for a template postitnote100 Excel Discussion (Misc queries) 1 July 8th 05 09:30 PM
Setting and KEEPING the default chart redbelly Charts and Charting in Excel 0 June 30th 05 02:35 PM
Default cell alignment Stuart Excel Discussion (Misc queries) 0 April 17th 05 09:41 AM


All times are GMT +1. The time now is 03:51 PM.

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"