I know I can google it quite easily but hey, I have never asked any question @ SU, so here is one.

What is the shortcut key for Format Painter in Microsoft Office things e.g., Microsoft Word?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

OK Since nobody is in answering mood, I googled this myself. And the answer is to use Ctrl+Shift+C to Copy Format and Ctrl+Shift+V to Paste Format.

link|improve this answer
1  
This only works in MS Word. – J. Polfer Jul 21 '10 at 14:04
feedback

The official Office-wide Format Painter key combination is

Alt+h+f+p


This is awkward to press, though, especially when standing up.

So I automated this with an Autohotkey script:

^Numpad0::
Send, {ALTDOWN}hfp{ALTUP}
return
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.