Thread
:
Macro to create format painter
View Single Post
#
2
Posted to microsoft.public.excel.programming
gmunro
external usenet poster
Posts: 34
Macro to create format painter
This worked for me.
Range("D6").Select
Selection.Copy
Range("D8").Select
Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
Application.CutCopyMode = False
Reply With Quote
gmunro
View Public Profile
Find all posts by gmunro