I need frequently re-start Excel. So I would like configure/start parameters to launch Excel more quickly. What possible to do? Thanks.

link|improve this question

75% accept rate
Google search produces very confusing results. – user710818 Nov 3 '11 at 8:19
feedback

migrated from stackoverflow.com Nov 3 '11 at 17:54

This question came from our site for professional and enthusiast programmers.

3 Answers

I am not quite sure that I understand your question, but I take it that you want to quickly start Excel (on a windows PC) without having to search through the Windows start menu.

  1. Drag the Excel icon from e.g. your desktop into the quick launch bar next to the start button (you might have to remove the check mark next to the "Lock the taskbar" first when you right-click in the taskbar).

  2. e.g. use AutoHotKey to assign launch commands to certain key combinations. In this example, I use [Win]+x to launch Excel: #x::Run excel

  3. Firmly "pin" your Excel icon in the start menu and rename it so the first letter is unique. I use the opensource "Classic Start menu" and drag the excel icon from e.g. the desktop first onto the windows start button and, while holding the mouse button, continue to move the icon in the top section above "programs". Rename the icon to e.g. "Excel". As long as there is no other icon in your start menu that starts with an "E", you can start Excel by pressing [Start], [E].

If my interpretation of your question is wrong, let me know.

Regards,

Robert Ilbrink

link|improve this answer
feedback

An other way to look at your question is around minimizing the number of "add-in's". In that case, you can uncheck all "COM add-in's" and "Normal add-in's". Also ckeck if the start directory ("C:\Program Files\Microsoft Office\Office14\XLSTART") does not contain any add-in's.

link|improve this answer
feedback

Hate to be so short but: don't close it. Nothing is as fast as just keeping it open. With Windows 7's task bar this is very easy to do as once you pin it to the task bar the same icon will launch Excel if it isn't running or open it when it is already running.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.