Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I was trying to replicate the format painter icon (on the toolbar) and place
same option on the short-cut menu. performed the below via a recorded macro, but nee to be able the Sub Macro1() ' ' Macro1 Macro ' Macro recorded 10/13/2007 by Jim May Selection.Copy ActiveCell.Offset(4, 2).Range("A1").Select ' << Needs to be a Clicked cell in the spreadsheet - but how can I speak to that here??????? Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False Application.CutCopyMode = False ActiveCell.Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format Painter shortcut? | New Users to Excel | |||
how can I use the format painter?? | New Users to Excel | |||
Can I use format painter (or F4) in a chart? | Charts and Charting in Excel | |||
how can i place the Format Painter icon on the Context menu? | Excel Discussion (Misc queries) | |||
Shortcut to format painter | Excel Discussion (Misc queries) |