Hi I need help with programing a macros to go down a cell until it finds a grey colored cell. Is it possible?
So far i have the following:
Sub AlimentaciónPanelLegacy()
Dim LC As Long
Dim RC As Long
Sheets("Action Items").Select
Range("C1").Select
Do Until ActiveCell.Value = GREY COLORED CELL
ActiveCell.Offset(1, 0).Select
Loop
Range("A1").Select
End Sub
Many thanks!
So far i have the following:
Sub AlimentaciónPanelLegacy()
Dim LC As Long
Dim RC As Long
Sheets("Action Items").Select
Range("C1").Select
Do Until ActiveCell.Value = GREY COLORED CELL
ActiveCell.Offset(1, 0).Select
Loop
Range("A1").Select
End Sub
Many thanks!