Copy and paste formatting with keyboard in Excel 2007?

A

ajkessel

Is there any way to copy and paste formatting from one cell to another
in Excel (2007 or otherwise)? I'm looking for an analog of ctrl-shift-
c / ctrl-shift-v from Word.
 
H

Harlan Grove

ajkessel said:
Is there any way to copy and paste formatting from one cell to another
in Excel (2007 or otherwise)? I'm looking for an analog of ctrl-shift-
c / ctrl-shift-v from Word.

I don't believe there's a [Ctrl]+[Shift]+C in Excel to copy just
formats, but [Ctrl]+[Shift]+V will display the Paste Special dialog,
and you could then press T and [Enter] to paste formats only.

Or you could put the following macro into your Personal.XLSM file.

Sub PasteFormats()
Selection.PasteSpecial Paste:=xlPasteFormats
End Sub

and assign it a keyboard shortcut.
 
S

Sascha

Hi,

I only now the "Format Painter" (brush icon) - to copy and paste formatting
from one cell to an other.
I think there is no keyboard shortcut availible in Excel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top