Sub ChangeFontStyle()
Dim Cell As Range
For Each Cell In Range("A1:E5")
If LCase(Cell.Value) = "microsoft excel vba" Then
Cell.Font.Bold = True
End If
Next Cell
End Sub
Thank you for reading this article Looping through a range With URL https://x-tutorials.blogspot.com/2009/02/looping-through-range.html. Also a time to read the other articles.
0 comments:
Write your comment for this article Looping through a range above!