Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need some help modifying this code to include the formatting of the cell
(conditional formatting): If Not Intersect(Target, Range("b4:b7")) Is Nothing Then Worksheets("DuplicateSheet").Range("b11:b14") = Worksheets("OriginalSheet").Range("b4:b7").Value End If This is activated on the Worksheet_Change event. This code successfully copies that range of cells to the duplicate sheet should I make a change to one of them, but the conditional formatting is left behind. How can I drag the formatting over as well? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
Compare cells including formatting | Excel Programming | |||
Conditional Formatting Multiple cells based on 2 cells | Excel Worksheet Functions | |||
coppying nested if statements | Excel Programming |