Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, everybody,
I want to import a text file into excel file, and I can use opentex method. But the problem is that I want to convert each column in tex file into one column in excel file. So I can use xlFixedWidt parameter. But I do not know to fix the width ( I hope the width is on character, the minimum). If I write code like these: Workbooks.opentext Filename:=DaSourceBefore & DaSourceFile, _ Origin:=xlWindows, _ StartRow:=1, _ DataType:=xlFixedWidth, _ Width :=1 TextQualifier:=xlTextQualifierSingleQuote It can not work. Please help me. Thanks -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pass string as Parameter in OpenText method | Excel Programming | |||
Can we Pass String to FieldInfo Array to OpenText Method. | Excel Programming | |||
After OpenText all pastes from external apps use format from OpenText | Excel Programming | |||
Workbooks.OpenText | Excel Programming | |||
OpenText bug ? | Excel Programming |