|
-
Jan 5th, 2006, 12:20 AM
#1
Thread Starter
New Member
Determining if string exists within cell (Excel)
OK, I'm a beginning VB.NET programmer and I recently started a small VBA project. My main obstacle is this one little bit of code I need to write.
What I need to do is determine (true or false) whether a certain text string exists within a certain cell. Let's say I want to know if the word "foobar" was in cell A27. I want a statement that will return true (so I can use it as part of a conditional) if the text of A27 were, say, "omGFoobARLOLHAHA."
How would I do that? I did a bunch of experimenting today with the Find function, but that doesn't quite seem to be what I'm looking for.
Thanks much.
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
|
Click Here to Expand Forum to Full Width
|