![]() |
chr() for quotation mark
Hey guys
What is the chr code for quotation marks? Thanks Todd |
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 |
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 |
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 |
chr() for quotation mark
34
"Todd Huttenstine" wrote in message ... Hey guys What is the chr code for quotation marks? Thanks Todd |
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) |
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 |
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