A
Albert S.
Hello,
I need to find a string of data using a range of characters. Is it possible
with InStr?
For example:
strPagination = "vii, 39, 24 p."
What I need to find is the position of the first instance of a comma, but
only after a number (and not a letter) - ("9," above).
So I wanted to try:
intPagPos = InStr(1, strPagination, "[0-9],", vbTextCompare)
But this doesn't seem to work. Access2003.
Thanks for any help!
I need to find a string of data using a range of characters. Is it possible
with InStr?
For example:
strPagination = "vii, 39, 24 p."
What I need to find is the position of the first instance of a comma, but
only after a number (and not a letter) - ("9," above).
So I wanted to try:
intPagPos = InStr(1, strPagination, "[0-9],", vbTextCompare)
But this doesn't seem to work. Access2003.
Thanks for any help!