Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub Macro1() For x = 3 To 1500 For y = 3 To 1500 If Cells(x, 2).Value = Cells(y, 6).Value Then Cells(x, 7).Value = "true" Cells(x, 3).Interior.ColorIndex = 36 Cells(x, 8).Value = y Cells(y, 4).Interior.ColorIndex = 36 Else End If Next y Next x End Sub *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Color macro | Excel Programming | |||
Make text color match cell color with macro? | Excel Discussion (Misc queries) | |||
Macro - color tab | Excel Discussion (Misc queries) | |||
Color Row Macro Problem, adapted from Patrick Malloy macro | Excel Programming | |||
macro color change | Excel Worksheet Functions |