Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am opening csv files using:
Workbooks.Open Filename:="I:\My Documents\Soccer Predictions\E0.csv" Sheets("E0").Move Befo=Workbooks("csvimport.xls").Sheets(1) Workbooks.Open Filename:="I:\My Documents\Soccer Predictions\E1.csv" Sheets("E1").Move Befo=Workbooks("csvimport.xls").Sheets(1) Workbooks.Open Filename:="I:\My Documents\Soccer Predictions\E2.csv" Sheets("E2").Move Befo=Workbooks("csvimport.xls").Sheets(1) Workbooks.Open Filename:="I:\My Documents\Soccer Predictions\E3.csv" Sheets("E3").Move Befo=Workbooks("csvimport.xls").Sheets(1) Workbooks.Open Filename:="I:\My Documents\Soccer Predictions\Ec.csv" Sheets("Ec").Move Befo=Workbooks("csvimport.xls").Sheets(1) Workbooks.Open Filename:="I:\My Documents\Soccer Predictions\sc0.csv" Sheets("sc0").Move Befo=Workbooks("csvimport.xls").Sheets(1) In these files col b contains dates, before they are moved these dates are as 01/01/2005, but after moving some change to 01/01/05 and are text. Ive tried just opening the files and moving them myself but the ssame happens. Whats throwing me is, the files are in my documents, and if I open each one manually and drag them into the destination folder myself, I have no problems with the dates. Any Suggestions. Regards Robert As Aside is there any online courses for vba excel? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
show most recent files first when opening excel files | Excel Discussion (Misc queries) | |||
Opening Quattro Pro for Windows files (*.WB1 Files) using Excel 20 | Excel Discussion (Misc queries) | |||
How can I view files chronologically when opening multiple files | Excel Discussion (Misc queries) | |||
Opening Files | Excel Programming | |||
Opening files | Excel Programming |