Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a file that is CSV and I want to move those lines after splitting them
in the the groups of data. I have about 360,000 lines and want to do some calculations and input some zeros. Is there a way to concat the string at the point commas show? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim arrVals
arrVals=Split(sLine, ",") 'etc Tim -- Tim Williams Palo Alto, CA "WannaBeExceller" wrote in message ... I have a file that is CSV and I want to move those lines after splitting them in the the groups of data. I have about 360,000 lines and want to do some calculations and input some zeros. Is there a way to concat the string at the point commas show? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find the same text multiple times in a string seperated by commas | Excel Discussion (Misc queries) | |||
count no. of commas (,) in a string in a cell | Excel Worksheet Functions | |||
Parse data where break is a first uppercase character in a string? | Excel Worksheet Functions | |||
removing commas from a string | Excel Programming | |||
Break string into words | Excel Programming |