alexander_fleck
Feb 4th, 2004, 06:03 AM
Hey,
I' ve got a .csv file that contains the following, opened with an editor:
1;2
2,4
3;6
4;8
When I double-klick the file, Excel shows it like above. But when I first start Excel and open the file with the open dialog, it' s shown like this:
1 2
2 4
3 6
4 8
The values' re seperated into cells. How can I get the first output using VBA?
Thanks,
Alexander Fleck.
I' ve got a .csv file that contains the following, opened with an editor:
1;2
2,4
3;6
4;8
When I double-klick the file, Excel shows it like above. But when I first start Excel and open the file with the open dialog, it' s shown like this:
1 2
2 4
3 6
4 8
The values' re seperated into cells. How can I get the first output using VBA?
Thanks,
Alexander Fleck.