Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the following code to copy cells from page to page.
I would like them to match "Home Page" formatting. How can I do this? If .Cells(r, 7) = 2 Then Set cophyp = .Cells(r, 4) With Worksheets("Home Page") Set DestCell = .Cells(.Rows.Count, "G").End(xlUp).Offset(1, 0) cophyp.Copy Destination:=DestCell End With End If Thx, Jeff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically match destination formatting? | Excel Discussion (Misc queries) | |||
How do I copy borders without erasing other destination formats? | Excel Discussion (Misc queries) | |||
.Copy Destination:= << Forget when PasteValues is desired | Excel Discussion (Misc queries) | |||
Destination formatting 2000? | Excel Discussion (Misc queries) | |||
VBA .copy destination | Excel Discussion (Misc queries) |