R
raymondsum
Hi,
After I compare two worksheets (VB as below) and highlight the same
value with colour, now I want to delete the same value row.
The comparison VB that I have worked:
Selection.FormatConditions.Add Type:=xlExpression, Formula1:= _
"=COUNTIF(New,H5)=1"
Selection.FormatConditions(1).Interior.ColorIndex = 6
How do I write VB to delete color row?
Raymond
After I compare two worksheets (VB as below) and highlight the same
value with colour, now I want to delete the same value row.
The comparison VB that I have worked:
Selection.FormatConditions.Add Type:=xlExpression, Formula1:= _
"=COUNTIF(New,H5)=1"
Selection.FormatConditions(1).Interior.ColorIndex = 6
How do I write VB to delete color row?
Raymond