shortcut key

skalavati

Board Regular
Joined
Apr 16, 2002
Messages
57
Is there a short cut key (keyboard shortcut) for aligning the text in the columns.

Regards,
kalavathi
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Not as far as I know, however, you can format a cell or range of cells say, centre justified in one of two ways.
If you centre justify a cell then select another cell and press F4 it will also justify this cell. This is because F4 will Repeat your last action.
I usually leave my cell justification till last and then select all the cells I want to justify by holding down the Ctrl key while selecting cells.
They other way is to write a macro for each justification you want to use and assign it a short cut key.
For example:-
sub JustifyCenter
Selection.HorizontalAlignment = xlCenter
endsub
If you click option in the macro window you can then assign the macro a keystroke. In this case I used Ctrl+Shift+C. Not just Ctrl+C as that is the default copy key.

Cheers,
Alan.
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,245
Members
448,555
Latest member
RobertJones1986

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top