-
Solved: Find "/" in string & debug.print ?
I am trying to find cell values w/ two slashes.
If it does, color it red.
Secondarily, I would like to use Debug.Print to tell me which row I am in whilst telling me the value, possible?
[vba]
If c.Value = c.Value Like "*/*" & "*/*" Then
c.Interior.Color = vbRed
End If
Debug.Print c.Value
'Debug.Print Range(0, 0).Address
Next c
[/vba]
thx....
my site: www.ecboardco.com
was built w/ a majority of the assistance from the board members here... thanks VBAX.
Just because I see something, doesn't mean that what's actually happening is what I see.
You don't get from 0-90 by standing still!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules