Thread: quotation marks
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hippy Hippy is offline
external usenet poster
 
Posts: 17
Default quotation marks

I have a process that determines if a cell contains a certain character
values. The list of values is identified as all the values inside quotation
marks (example: "*[!@'#$%^&]*"). I now need to include the quotation marks in
the list but do not know how to write it. I also need to include the single
tick as an exclusion.
Thanks in advance for any help!