Excel Help gave me this..
Print a list of shortcut keys
If the Contents tab isn't visible, press ALT+C to display it.
Select the heading Shortcut Keys, press ALT+O, and then press P.
Click Print the selected heading and all subtopics.
Select the printing options you want.
Excel does have an icon for "Merge cells", as well as one for "Unmerge cells".
To add these to an existing toolbar, use these steps:
1) Right-click on the toolbar area, and choose "Customize".
2) In the Customize window, click on the "Commands" tab.
3) On the left side (under Categories), click on "Format".
4) On the right side (under Commands), scroll down until you find icons for "Merge cells", and "Unmerge cells".
5) Click-and-drag these to a toolbar.
6) To activate a "keyboard shortcut" for Merge cells, right-click on the icon, and choose "Text Only (Always)". You might also want to change the text in the "Name" box (3rd from the top) - to abbreviate the name and/or to change the letter you want to use to activate the icon. The letter you place after the special "&" character is the one that will be used. For example, on my toolbar, I have &Mge for Merge cells, and &Nmge for Unmerge cells.
I purposely abbreviate the icons because I have "many" icons (with keyboard shortcuts).
Here are a couple of other shortcuts I use OFTEN, and would "highly" recommend for ALL Excel users.
A) <Alt> H - for changing the HEIGHT of a Row.
B) <Alt> W - for changing the WIDTH of a Column
Both these icons are also located under the same location as Merge cells - i.e. under Commands - Format.
I have these on my main toolbar next to "Help" - and named &Ht and &Wd. Note: Because you should only have ONE icon assigned ONE (unique) letter, you will need to edit the "Window" and "Help" icons on the main toolbar and remove the "&" character. For the infequent times I need to use Window and Help, I use the mouse. Also, instead of using Window to go from one worksheet/file to another, I use <Control> <Tab> - again MUCH quicker.
I hope these suggestions for the use of keyboard shortcuts is appreciated. I am very sincere in emphasizing that ALL Excel users can become MUCH MORE EFFICIENT by using keyboard shortcuts.
Please "give it a sincere effort" and I'm sure you'll come to two conclusions: 1) You wish you had set up keyboard shortcuts long ago, and 2) You will proceed to set up other keyboard shortcuts for other tasks you perform on a regular basis.
Thanks Geoff. Your "endorsement" is respected and appreciated.
Here are other keyboard shortcut suggestions for everyone to consider...
<Alt> P ...to bring up the "Page Setup" window.
<Alt> \ ...to "Print Preview".
<Alt> + ...to increase Font size.
<Alt> - ...to decrease Font size.
<Alt> R ...to insert a row or rows.
<Alt> <Tab> R ...to delete a row or rows (the <Tab> is required to go to the second "R" icon).
<Alt> B ...to insert or remove a Page Break.
<Alt> Z ...to Freeze Titles, or un-Freeze Titles.
<Alt> ] ...to bring up the "Format Cells" window. I find this preferable to the build-in shortcut of <Control> 1
The following is one of my favorites, and is a good alternative to Merging cells for headings. Merged cells can sometimes be a "bit of a pain" because of the way it forces the cursor to "jump around". With the following option, the "jumping" does NOT happen.
<Alt> A ...to center-align text across the cells you have selected.
Excel does not have an icon for this, so it requires that you create a "Custom" icon. This is under: Customize - Commands - Macros, and is called "Custom Button".
After dragging the icon to your toolbar, and changing the name to "&Align" (so you can activate with <Alt> A), you will then need to attach the following macro which you need to add to your "PERSONAL.xls" file.
Sub AlignAcrossColumns()
With Selection
.HorizontalAlignment = xlCenterAcrossSelection
.WrapText = False
End With
End Sub
I hope these suggestions will serve as "food for thought", and encourage you to increase your efficiency through use of such shortcuts.
I use Excel 2000, but have been using these shortcuts since Excel 97.
The examples I gave were only intended as "suggestions". As for the specific keys each person wants to use, it should be entirely up to each individual's preference.
Naturally it's your choice if you want to keep <Alt> + for AutoSum. Just a suggestion... you could potentially use <Alt> S for AutoSum.
Where you say "some don't work", can you elaborate ?
Thanks Dale,
I will try the tips you suggest. I ran a small macro (other tip) for the merge function, but it takes 3 times as long to exicute the function compared to clicking the merge button -not good. Gratefull anyway.
1st time uses of functionality always take longer to execute - have you tried running the macro once and then running it again on a different selection afterwards - you will almost certainly see an improvement in speed
tho I would go with Dale's tip as I only provided code because I didn't know of the shortcut key Rgds
Geoff
I have used Dale's instructions on the shortcut keys. This works realy well and has opened a new world of productivity. I canned the macro effort. I don't think macro's are very appropriate for shortcut keys.
Regards,
Frank
PS
I did find it difficult to find the "text only(always)" bar because I closed the Customise window first. But I eventually got the hang of it, Thanks.
Dale,
Disregard my message! I thought you were listing built-in shortcuts of Excel from the shortcuts listed in help. I was wondering why they're different! Sorry -I read your post again and understand
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.