View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_77_] mudraker[_77_] is offline
external usenet poster
 
Posts: 1
Default ascii file import round 2

These changes will open the file with all entries a single entry in
column A



Change Comma:=True to Comma:=False
then

Replace
FieldInfo:=Array(Array(1, 1), Array(2, 1), Array(3, 1),
Array(4, 1), Array(5, 1),
Array(6, 1), Array(7, 1), Array(8, 1), Array(9, 1), Array
(10, 1), Array(11, 1),
Array(12, 1), Array(13, 1))


with

FieldInfo:=Array(1, 1)


---
Message posted from http://www.ExcelForum.com/