View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default chr() for quotation mark

? asc("""")
34

--
Regards,
Tom Ogilvy

"Todd Huttenstine" wrote in message
...
Hey guys

What is the chr code for quotation marks?


Thanks
Todd