Excel VisualBasic Script

Sub valueDemo()
     If ActiveCell.value = 10 Then
        ActiveCell.font.bold = True
     End If
End Sub