Excel file should not open book1.xls

  • Thread starter Thread starter Vijay Kotian
  • Start date Start date
V

Vijay Kotian

Normally all excel file opens with book1.xls or any file we intend to open
but i would like excel to open without opening any file e.g. book1.xls.

Can anyone help me out with this

Thank you.
 
Hi,

To start with no workbook use this

On the desktop
Start - Run and enter

excel.exe /e

Mike


Mike
 
Hi,

Forgot to mention you can create a desktop icon to do this. Right click your
desktop and create shortcut. navigate to Excel.exe which is probably in
something like

c:\program files\microsoft office\office11

when you select Excel simply add the /e switch to the path.

Mike
 
It is not working (getting an error message as windows cannot find ... any
other alternative
 
First, that new blank workbook should be book1 (not book1.xls with the
extension).

If you're seeing the extension, then something else is going wrong.

But if you're not seeing the extension, try Mike's suggestion again:

Create a new icon on the desktop.
the target should be:
"C:\yourpath to excel\excel.exe" /e

Notice the double quotes (required if the path has spaces) and remember that the
/e is separated by a space character (and not included inside the double
quotes).
 
Back
Top