Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I tried to run the macro code below, but it does not even run when i execute. Not sure if i have typed the code correctly??? Can someone advise? Sub Testing() ActiveSheet.Activate Range("A1").Select For i = 1 To Cells(Rows.Count, "A").End(xlUp).Row If Rows(i).Interior.ColorIndex = 6 Then Rows(LastRow).Select Selection.Delete i = i + 1 End If Next i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Color/Color Index | Excel Discussion (Misc queries) | |||
Chart axes color index vs font color index | Charts and Charting in Excel | |||
fr default color index, need color # | Excel Programming | |||
Form a circle (ie. color specific cells) given specific radius | Excel Programming | |||
Setting Background Color RGB (Always goes to closest index color) | Excel Programming |