Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I am writing a macro that searches for a variable seven digit numbe sequence. The number sequence is in a text field and is not in standard position (ie: in record one it is at position 20, record 2 position 9, record 3 - no entry, record 4 - position 12 and positio 123, etc). The field contains other text and numbers that are no required and may contain more than one valid number sequence. Doe anyone have an algorithm that could help me with this process. Regards B -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
you may use InStr for this in your comparison -- Regards Frank Kabel Frankfurt, Germany Hi All, I am writing a macro that searches for a variable seven digit number sequence. The number sequence is in a text field and is not in a standard position (ie: in record one it is at position 20, record 2 - position 9, record 3 - no entry, record 4 - position 12 and position 123, etc). The field contains other text and numbers that are not required and may contain more than one valid number sequence. Does anyone have an algorithm that could help me with this process. Regards BC --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
search for multiple strings | Excel Discussion (Misc queries) | |||
How do I filter or search mulitple for text strings? | Excel Discussion (Misc queries) | |||
Search for multiple strings in a list (w/in 1 cell) w/ Advanced fi | Excel Discussion (Misc queries) | |||
Search for strings | New Users to Excel | |||
Search and Replace text strings within Macros | Excel Programming |