M
MKM
of course, VBA wants to use the " as the close to the text string! is there
an escape sequence character, like the / in JavaScript?
I'm searching InStr(1, [strID], " {" }") I'm looking for the " character
followed by a space, written here within the {}; I am not using the {} in my
code.
an escape sequence character, like the / in JavaScript?
I'm searching InStr(1, [strID], " {" }") I'm looking for the " character
followed by a space, written here within the {}; I am not using the {} in my
code.