Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey guys
What is the chr code for quotation marks? Thanks Todd |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
? asc("""")
34 -- Regards, Tom Ogilvy "Todd Huttenstine" wrote in message ... Hey guys What is the chr code for quotation marks? Thanks Todd |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
?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 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
34
"Todd Huttenstine" wrote in message ... Hey guys What is the chr code for quotation marks? Thanks Todd |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Single Quotation mark in CSV | Excel Discussion (Misc queries) | |||
Single Quotation mark in CSV | Excel Discussion (Misc queries) | |||
how to put quotation mark in each cell of the column | Excel Worksheet Functions | |||
Single or Double Quotation Mark and it comes up twice | Setting up and Configuration of Excel | |||
how do I concatenate text that has a quotation mark | Excel Discussion (Misc queries) |