View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
astro_al astro_al is offline
external usenet poster
 
Posts: 1
Default Help - 'finding' a quote mark (") ???

Hi - pretty easy one I hope:

I need to find the character " in a text string, but if I use a
function such as InStr, I have to put two of the same character around
the one I'm looking for - ie """ (what are they called, quote marks?).
So is there some way to differentiate between the quote marks required
for the function and the quote mark which I am searching for in the
line of text?

Thanks, Al.