Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi JD,
I recorded this and if you copy (ctrl+c) and use this code, it will paste the formatting only to the active range of cells. To get the ctrl+m added just record a macro in your personal macro workbook and set the shortcut key to ctrl+m and then paste the body of my code to the macro. Code:
Sub PasteFormating() Selection.Copy Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False Application.CutCopyMode = False End Sub Patrick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format painter | Excel Worksheet Functions | |||
copy conditional format without using format painter | Excel Worksheet Functions | |||
Format Painter | Excel Discussion (Misc queries) | |||
how can I use the format painter?? | New Users to Excel | |||
format painter | Excel Programming |