Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello! I am quite new to Excel VBA. Can anyone please help me with this issue I want to parse a string character by character just like an array. Is there a function for that?? Thanks in advance, Chri -- loopo ----------------------------------------------------------------------- loopoo's Profile: http://www.excelforum.com/member.php...fo&userid=2879 View this thread: http://www.excelforum.com/showthread.php?threadid=52911 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim i as integer
dim str as string dim car as string for i = 1 to len(str) car = mid(str,i,1) msgbox car next i Cordialement, -- AP "loopoo" a écrit dans le message de ... Hello! I am quite new to Excel VBA. Can anyone please help me with this issue: I want to parse a string character by character just like an array. Is there a function for that?? Thanks in advance, Chris -- loopoo ------------------------------------------------------------------------ loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792 View this thread: http://www.excelforum.com/showthread...hreadid=529118 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks a lot for your help. That was exactly what I was looking for. Chris. -- loopoo ------------------------------------------------------------------------ loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792 View this thread: http://www.excelforum.com/showthread...hreadid=529118 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Parse A String into Two | Excel Worksheet Functions | |||
Parse this string | Excel Discussion (Misc queries) | |||
Q: parse string | Excel Discussion (Misc queries) | |||
Parse String | Excel Programming | |||
String Parse | Excel Programming |