Default Set up

G

Gor_yee

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
 
G

Geoff Ness

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.
 
G

Gor_yee

Hi Geoff,

Thanks for the reply, I am not good at macros...would you be able to
assist me further?
 
G

Gor_yee

Hi Geoff,

Thanks for the reply, I am not good at macros...would you be able to
assist me further?
 
G

Geoff Ness

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/excel/HA010346281033.aspx
for a (slightly different) explanation of how to create a startup macro.

Good luck :)
 
G

Gor_yee

Hey Geoff,

Thanks alot mate...


Geoff said:
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/excel/HA010346281033.aspx
for a (slightly different) explanation of how to create a startup macro.

Good luck :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top