ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   chr() for quotation mark (https://www.excelbanter.com/excel-programming/305169-chr-quotation-mark.html)

Todd huttenstine

chr() for quotation mark
 
Hey guys

What is the chr code for quotation marks?


Thanks
Todd

Tom Ogilvy

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




Debra Dalgleish

chr() for quotation mark
 
To find the code for a character:

Sub FindCode()
MsgBox Asc(InputBox("What character?", "Find Code"))
End Sub


Todd Huttenstine wrote:
What is the chr code for quotation marks?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


Bob Phillips[_7_]

chr() for quotation mark
 
?asc("""") in the immediate window gives it to you

--
HTH

-------

Bob Phillips
"Don Lloyd" wrote in message
...
34

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

What is the chr code for quotation marks?


Thanks
Todd






Don Lloyd

chr() for quotation mark
 
34

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

What is the chr code for quotation marks?


Thanks
Todd




David C.

chr() for quotation mark
 
one other fast way is to take a look in the help (VBA)
character or characters
there's in the help a list of all the codes
(a first 0-128 and a last one up to 256)



sa3214

chr() for quotation mark
 
on my computer its 63 ... perhaps because I'm in UK

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

What is the chr code for quotation marks?


Thanks
Todd




Norman Jones

chr() for quotation mark
 
Hi sa3214,

I think you confuse the question mark (?) with the discussed quotes ("").

Incidentally, your location is not a relevant consideration. In this this
connection, you might look at Bob's signature line used indicate very
explicitly his UK status..


---
Regards,
Norman



"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
...
on my computer its 63 ... perhaps because I'm in UK






All times are GMT +1. The time now is 05:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com