![]() |
#7
|
|||
|
|||
![]()
Maybe something like this... you'll need to deal with the things you're not telling us.
Code:
Sub CopyRedValues() Dim cel As Range Dim writerow As Long writerow = 2 For Each cel In Sheets("source sheet name").UsedRange If cel.Interior.Color = vbRed Then cel.Copy destinationworkbook.Sheets("ANOTHER").Range("A" & writerow).PasteSpecial xlValues writerow = writerow + 1 End If Next cel Application.ScreenUpdating = True End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Baldeagle | Excel Programming | 25 | 03-24-2016 03:05 AM |
![]() |
Baldeagle | Excel Programming | 1 | 01-15-2015 01:28 PM |
predefine thick border colored lines for highlighted cells | dylansmith | Excel | 0 | 09-05-2014 07:49 AM |
![]() |
Abol | PowerPoint | 2 | 06-27-2013 07:42 AM |