Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Robert,
Am Sat, 21 Mar 2015 12:45:07 -0700 schrieb Robert Crandal: What are some ways to determine the character code of an individual character within a string? Will I need to use the Chr() function? try Asc: For example the code of the first character of myStr: myChr = Asc(Left(myStr, 1)) And declare myChr as integer or long Regards Claus B. -- Vista Ultimate / Windows7 Office 2007 Ultimate / 2010 Professional |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
code to remove rows containing a character string | Excel Discussion (Misc queries) | |||
Stepping through each character in a character string | Excel Programming | |||
Excel-Match 1st text character in a string to a known character? | Excel Worksheet Functions | |||
How can I use the " character in a string | Excel Programming | |||
Function to return Character Position of Xth character within a string | Excel Programming |