Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone have a script for importing and seperating a line feed ""
delimited text file into Excel? *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You mean RSS?
|
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think if you recprd a macro when opening a text file and set "origin" to
Macintosh it should give you what you need. Otherwise, use the filesystemobject to read in the whole file, split the string on Chr(10) (or 13, I forget) and then iterate through the array and write the lines to the sheet. Tim "Brian Hein" wrote in message ... Does anyone have a script for importing and seperating a line feed "" delimited text file into Excel? *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
import XML data...Is there a size limit on the import? | Excel Discussion (Misc queries) | |||
How to Start Excel in Text Import Wizard for data import | Setting up and Configuration of Excel | |||
Import Macro in PERSONAL.XLS will not import to my main document | Excel Programming | |||
Data Import to Excel Issue with Excel 2007 and Excel 2003 on same | Excel Discussion (Misc queries) | |||
Import modules EXCEL caused an invalid page fault in EXCEL.EXE | Excel Programming |