?
=?iso-8859-1?Q?Ga=E9tan?=
I created the text file (test.txt). It contains the
following:
1;2;=SOMME(A1:B1)
I created an Excel macro used to load that file. Here is
the macro:
Workbooks.OpenText Filename:="c:\test.txt", Origin _
:=xlMSDOS, StartRow:=1, DataType:=xlDelimited,
TextQualifier:= _
xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False,
Semicolon:=True, _
Comma:=False, Space:=False, Other:=False, FieldInfo:=Array
(Array(1, 1), _
Array(2, 1), Array(3, 1)), TrailingMinusNumbers:=True
When I use it with Excel 97, everything works fine
automatically.
Column A1 contains 1, column B1 contains 2 and column C1
contains 3
when I use it with Excel 2002, there is a problem with
colum C1:
Column A1 contains 1, column B1 contains 2 and column C1
contains #NAME?
What should I do to make C1 calculated automatically as
Excel 97 did ??
No action from user are autorized cause this problem apply
to a big report and that report have to be calculated
automatically without user action.
Note : I use French version of Excel but problem is
probably the same in english release
thank you !!
following:
1;2;=SOMME(A1:B1)
I created an Excel macro used to load that file. Here is
the macro:
Workbooks.OpenText Filename:="c:\test.txt", Origin _
:=xlMSDOS, StartRow:=1, DataType:=xlDelimited,
TextQualifier:= _
xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False,
Semicolon:=True, _
Comma:=False, Space:=False, Other:=False, FieldInfo:=Array
(Array(1, 1), _
Array(2, 1), Array(3, 1)), TrailingMinusNumbers:=True
When I use it with Excel 97, everything works fine
automatically.
Column A1 contains 1, column B1 contains 2 and column C1
contains 3
when I use it with Excel 2002, there is a problem with
colum C1:
Column A1 contains 1, column B1 contains 2 and column C1
contains #NAME?
What should I do to make C1 calculated automatically as
Excel 97 did ??
No action from user are autorized cause this problem apply
to a big report and that report have to be calculated
automatically without user action.
Note : I use French version of Excel but problem is
probably the same in english release
thank you !!