Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a text file that is read and stored into a string variable.
Here is the basic code: Dim s as String s = ReadTextFile("C:\data.txt") I would now like to retrieve each and every word that is stored in the variable "s". Loading all the words into an array will be okay for now. For my purposes, a word is any string of characters that does not include whitespace characters, such as spaces, tabs, carriage returns, line feeds, etc... I think those are the only whitespace characters that exist, right? Gary, do you recommend that I use the Split() function for this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Iterate Thru Cells | Excel Programming | |||
Iterate through a form | Excel Programming | |||
Iterate through controls | Excel Programming | |||
Can't iterate thru a row with For | Excel Programming | |||
Iterate columns | Excel Programming |