Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default How can I break down a string with data divided by commas

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default How can I break down a string with data divided by commas

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find the same text multiple times in a string seperated by commas clcnewtoaccess Excel Discussion (Misc queries) 1 March 31st 09 02:02 PM
count no. of commas (,) in a string in a cell hsg Excel Worksheet Functions 3 March 24th 09 06:51 PM
Parse data where break is a first uppercase character in a string? Glen Excel Worksheet Functions 5 April 16th 06 07:28 PM
removing commas from a string TheIrishThug[_3_] Excel Programming 4 December 18th 05 05:50 PM
Break string into words Tommy T Excel Programming 2 January 29th 04 03:48 AM


All times are GMT +1. The time now is 01:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"