Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi! I have been googleling around for a whole day without coming to conclusion with this issue. I am trying to import a CSV-file (semicolon seperated values). I hav tried and tried with all sollutions I have found but nothing works. I still imports it with all the semicolons and does not seperate th fields. I have tried this: Workbooks.Open "C:\test\Planner.csv", , , , xlCSV, , , , ";" this: Workbooks.Open FileName:=C:\test\Planner.csv, Format:=xlCSV, _ Delimiter:=";", ReadOnly:=True Neither works. I have also tried to change the ";" to the number fo semicolon and that didn't work either. This works: Shell "Excel.exe " & "C:\test\Planner.csv", vbMinimizedNoFocus But the problem is when I open the document this way I dont get th link requiered for my VBA module to work. Please, please, please help a desperate man! /Ro -- ApPojke ----------------------------------------------------------------------- ApPojken's Profile: http://www.excelforum.com/member.php...fo&userid=3251 View this thread: http://www.excelforum.com/showthread.php?threadid=52301 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing into excel PROBLEMS | Excel Worksheet Functions | |||
Importing problems | Excel Discussion (Misc queries) | |||
problems with importing an image | Excel Discussion (Misc queries) | |||
Problems Importing from Access | Excel Discussion (Misc queries) | |||
Problems merging an excel file due to code or file problems? | Excel Programming |