Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
I need to program a VBA fonction who will check in every cell of a specific column to find out if the cells contains a specific string... By exemple, I want to find out if the string "server" is in any cells of a column. I cannot use something like Cells(row,column).Value because the cells can have something else like "back-up,server,test etc..." It is also possible that no cells will have this string... I've tried to use the Find Method but it give me an error if no cell have the string... A way to handle this error could also be usefull.. Can anyone help me about this??? Thanks! Samuel Levesque |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find specific info within a text string using VBA | Excel Discussion (Misc queries) | |||
How to Find Specific Text in a Text String | Excel Discussion (Misc queries) | |||
Find specific value in a string | Excel Discussion (Misc queries) | |||
can you find specific text in a string ignoring any other text | Excel Discussion (Misc queries) | |||
Find specific text in a string | Excel Programming |