Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Haven't tried it, but i will. Thanks for the tip.
rachael "mangesh_yadav" wrote: did you try the split function. You can use something like fields = Split(line_number, "~") This will put the fields in the array fields, and then you can import only those numbers which you want by referring to them as field(0), field(4), field(21), etc... - Mangesh -- mangesh_yadav ------------------------------------------------------------------------ mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470 View this thread: http://www.excelforum.com/showthread...hreadid=275849 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text import with line wraps | Excel Discussion (Misc queries) | |||
Text File Import leaves a blank row after each line | Setting up and Configuration of Excel | |||
Import only certain rows of a huge text file | Excel Discussion (Misc queries) | |||
Text import out of line? | Excel Discussion (Misc queries) | |||
Reads entire *.txt file into string opposed to a desired line by line input. | Excel Programming |