When I open the .csv-file with VBA in a Excel spreadsheet (excel 2002) the files are not put in the right colums.
When i open the file in Excel 97 or Excel 2000 there are no problems.
I use the follwing code: Workbooks.Open Filename:=
I have modified the code to
Workbooks.Open Filename:= ...
When I open the .csv-file with VBA in a Excel spreadsheet (excel 2002) the files are not put in the right colums.
The data in the file are separatet by semicolons, but when
I open the file with the following codes:
Workbooks.Open Filename:=
or
Workbooks.Open Filename:= , Format:=xlCSV...
When I open a csv-file with VBA in excel it dosn't comma separate. The are put in the wrong colums
I have used the Open.Workbooks method. I think I can solve
the problem by using the format and delimiter method parameters. But I havn't been able to specify the parameters correctly and maybe...
When I open a csv-file in VBA it dosn't comma separate.
I have used the Open.Workbooks method. I think I can solve
the problem by using the format and delimiter method parameters. But I havn't been able to specify it correctly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.