Turn off auto new work book

D

danny111

Version: 2008
Operating System: Mac OS X 10.4 (Tiger)
Processor: Power PC

Every time I use excel it creates a new workbook on its own. Is there a preference to turn this off? Can't seem to find one anywhere
 
B

Bob Greenblatt

Version: 2008
Operating System: Mac OS X 10.4 (Tiger)
Processor: Power PC

Every time I use excel it creates a new workbook on its own. Is there a
preference to turn this off? Can't seem to find one anywhere
As far as I know, no. If You open Excel it will open a new blank workbook.
If Excel is closed and you double click on a workbook, it will open only
that workbook.
 
J

JE McGimpsey

Version: 2008
Operating System: Mac OS X 10.4 (Tiger)
Processor: Power PC

Every time I use excel it creates a new workbook on its own. Is there a
preference to turn this off? Can't seem to find one anywhere

No. This is by design, in line with Apple's Human Interface Guidelines.

If you just want to start XL with no workbook, you could save this
Applescript as an application and put it in the Dock, for example

tell application "Microsoft Excel"
activate
try
close active workbook
end try
end tell
 

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

Word 2016 opening sooo slow 0
Trend Lines 2
insert row 9
Excel 2004 tutorial? 1
Zoom Slider 1
Toolbox hidden 2
Excel not saving Printing Prefs with file 1
default zoom? 1

Top