Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm looking for information about the parameter FieldInfo that is used below:
Workbooks.OpenText Filename:=HelaFilNamn(i), _ Origin:=xlMSDOS, StartRow:=1, _ DataType:=xlDelimited, _ TextQualifier:=xlDoubleQuote, _ ConsecutiveDelimiter:=False, _ Tab:=True, Semicolon:=False, _ Comma:=False, Space:=False, _ Other:=False, DecimalSeparator:=",", _ FieldInfo:=Array(1, 1), _ TrailingMinusNumbers:=True What is it used for? Can you use something else then arrays? Do I need it? When do I need it? Best regards, /Sören |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OpenText FieldInfo:= Array | Excel Programming | |||
OpenText FieldInfo:= Array | Excel Programming | |||
How to access Fieldinfo? | Excel Programming | |||
FieldInfo | Excel Programming |