Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Karina K patni   on Nov 21 In MS Office Category.

  
Question Answered By: Varick Fischer   on Nov 21


The help files seem to indicate something like this to be inserted after the
code to define the qryTable:

With qryTable
.TextFileParseType = xlFixedWidth
.TextFileFixedColumnWidths = Array(5, 4) 'this is the column widths in
characters
.TextFileColumnDataTypes = _
Array(xlTextFormat, xlSkipColumn, xlGeneralFormat)
.Refresh
End With

Share: 

 
 


Tagged: