Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ActiveSheet.UsedRange
For Each oCell In ActiveSheet.UsedRange.Columns(1).Cells
Range(Cells(oCell.Row, oCell.Offset(0, 1).Column), _
Cells(oCell.Row, oCell.Offset(0, 2).Column)).Font.ColorIndex _
= oCell.Font.ColorIndex
Next oCell