rangerbud249
Active member
- Joined
- Aug 18, 2004
- Messages
- 27
- Programming Experience
- Beginner
I have this code
<code>
If e.Item.Cells(1).Text = "INFO" Then
e.Item.BackColor = System.Drawing.Color.LightBlue
End If
</code>
Instead of searching for "INFO", I would like to search for all words containing capital letters.
can anyone help me with this.
Jose
<code>
If e.Item.Cells(1).Text = "INFO" Then
e.Item.BackColor = System.Drawing.Color.LightBlue
End If
</code>
Instead of searching for "INFO", I would like to search for all words containing capital letters.
can anyone help me with this.
Jose