Hi,
I can't figure out why it seems impossible to corectly open a .csv file (Comma delimted) using
It will open with the firtst cell in each row filled like "bla1,bla2,bla3" instead of putting the 3 bla'S into three seperate cells.VB Code:
Workbooks.Open FileName:=FileName, Format:=6, Delimiter:=","
But if I open that file with a doubleclick manually it will open correctly??
