Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a method to paste from a nonmerged cell to a merged cell the color
of the originator? I am able to use this macro to copy the number, but I need the originating color from time to time and wondered if it that could be included in the macro. Sub CopyProductCells ActiveCell.Select Selection.Copy ActiveSheet.Previous.Select ActiveCell.Select Selection.PasteSpecial Paste:=xlFormulas, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False End Sub Annette |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofit Merged cell Code is changing the format of my merged cells | Excel Discussion (Misc queries) | |||
Merged cell paste NIGHTMARE | Excel Discussion (Misc queries) | |||
How can I paste into a merged cell? | Excel Discussion (Misc queries) | |||
How do I copy data in single cell format to a merged cell format | Excel Discussion (Misc queries) | |||
Copy Paste Merged Cell Format | Excel Programming |